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
What is polymorphism and why is it important?
What polymorphism means?
What does and I oop mean in text?
What is difference between data abstraction and encapsulation?
How many human genes are polymorphic?
What are the data types in oop?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Why is oop useful?
What is polymorphism explain its types?
Can abstract class have normal methods?
What is abstraction in oop with example?
What is meant by oops concept?
What is polymorphism and example?
What is the example of polymorphism?
What is protected in oop?