Name an advantage of linked list over array?
Answer Posted / azhar iqbal
Array is of fix size & contain always same type of data.
Whereas linklist is dynamic in size.And a type of linklist
have capability to store different type of data at its
nodes, and for doing that we use void pointer( a pointer
that can point any type of data )
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Can private class be inherited?
What is polymorphism what is it for and how is it used?
What is polymorphism oop?
What are the advantages of polymorphism?
what are the realtime excercises in C++?
What is inheritance in simple words?
can we make game by using c
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
what is the drawback of classical methods in oops?
What is polymorphism explain its types?
What is the significance of classes in oop?
What is difference between inheritance and polymorphism?
What is ambiguity in inheritance?
What is class and example?
Can a destructor be called directly?