Name an advantage of linked list over array?
Answer Posted / amarpreet
getting an element from array is easybut from linked list
it is difficult because you have to search from start node
and traverse through each and every node
| Is This Answer Correct ? | 10 Yes | 8 No |
Post New Answer View All Answers
What is polymorphism what is it for and how is it used?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
explain sub-type and sub class? atleast u have differ it into 4 points?
What are the 3 pillars of oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is encapsulation in oops?
Why it is called runtime polymorphism?
What is the difference between static polymorphism and dynamic polymorphism?
What is inheritance in simple words?
What is abstraction oop?
What is object and example?
What is polymorphism oop?
What is overloading in oop?
What is encapsulation in simple terms?
Are polymorphisms mutations?