Name an advantage of array over linked list?
Answer Posted / neha sharma
as arrays are static in nature, therefore all operations
like memory allocation occur at the time of compilation
only. So processor has to put less effort at its runtime .
| Is This Answer Correct ? | 43 Yes | 4 No |
Post New Answer View All Answers
What is difference between multiple inheritance and multilevel inheritance?
What is the oops and benefits of oops programming?
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?
class type to basic type conversion
explain sub-type and sub class? atleast u have differ it into 4 points?
What are the advantages of polymorphism?
What is encapsulation example?
what is graphics
What does I oop mean?
What are different oops concepts?
What is oops concept with example?
What are the three parts of a simple empty class?
What do you mean by overloading?
What is overloading in oops?
How do you achieve polymorphism?