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
What is multilevel inheritance explain with example?
What is destructor give example?
What is difference between abstraction and encapsulation?
Why is polymorphism used?
What language is oop?
How Do you Code Composition and Aggregation in C++ ?
What is multilevel inheritance in oop?
What causes polymorphism?
What is difference between multiple inheritance and multilevel inheritance?
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!!!)
What is difference between oop and pop?
• What are the desirable attributes for memory managment?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
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?
#include