Name an advantage of linked list over array?
Answer Posted / amandeep singh bhatia
In array we can directly access any element by index number
but in Linked list it is not possible,in linked list if we
want to access any element then we go from starting node.
Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
Why is encapsulation used?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Why oops is important?
What is class in oop with example?
What is an advantage of polymorphism?
What is polymorphism explain?
What are classes oop?
write a C++ program for booking using constructor and destructor.
What are the components of marker interface?
What is persistence in oop?
What is multilevel inheritance in oop?
What is constructor overloading in oop?
What is the use of oops?
Why multiple inheritance is not possible?
What exactly is polymorphism?