Name an advantage of array over linked list?
Answer Posted / anu
I think linked list is better when compared to arrays
because size of array is restricted to
declaration.Insertion/Deletion of values in middle of array
is not possible.
| Is This Answer Correct ? | 68 Yes | 16 No |
Post New Answer View All Answers
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 do you mean by overloading?
What is polymorphism and types?
Can a varargs method be overloaded?
#include
What are the benefits of polymorphism?
What is a class and object?
What is the main feature of oop?
how to get the oracle certification? send me the answer
Why is oop useful?
What is the difference between abstraction and polymorphism?
Write a program to reverse a string using recursive function?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
How can you overcome the diamond problem in inheritance?
What are the 5 oop principles?