Name an advantage of array over linked list?
Answer Posted / santhosh k
Array size is fixed.But Linked is not fixed
| Is This Answer Correct ? | 148 Yes | 31 No |
Post New Answer View All Answers
What are the features of oop?
What is an advantage of polymorphism?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
How oops is better than procedural?
What is abstraction oop?
What is encapsulation and abstraction? How are they implemented in C++?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is polymorphism what are the different types of polymorphism?
what is different between oops and c++
What is encapsulation in simple terms?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
#include
What exactly is polymorphism?
Why is encapsulation used?
What is the example of polymorphism?