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
What is abstraction in oops?
How does polymorphism work?
Whats oop mean?
which feature are not hold visual basic of oop?
Why is abstraction needed?
What is the importance of oop?
Why polymorphism is used in oops?
Why is there no multiple inheritance?
What language is oop?
Whats is abstraction in oops?
How do you answer polymorphism?
What is an interface in oop?
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 type of loop is a for loop?
What is the oops and benefits of oops programming?