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 class encapsulation?
Why it is called runtime polymorphism?
What is abstract class in oop?
What does oop mean in snapchat?
Which is not an object oriented programming language?
What is class in oop with example?
Which language is not a true object oriented programming language?
Can you inherit a private class?
What are the three parts of a simple empty class?
write string class as your own class in java without using any built-in function
Explain virtual inheritance?
What is static modifier?
What are the benefits of polymorphism?
Give two or more real cenario of virtual function and vertual object
How do you explain polymorphism?