Merits and Demerits of Arrays

Merits and Demerits of Arrays
Array is an important data structure. We can define it by saying that it is a collection of like objects. The objects are called elements which are present at contiguous memory locations. Every element of array is accessed by using its unique index....

What Is Object Oriented Programming (OOP)

What Is Object Oriented Programming (OOP)
Object oriented programming (oops ) is an emerging major programming paradigm. much of its approach to program and system design is owned to concepts which also gave rise to structured programming , an object is a particular instance of a class and consists,...