Name an advantage of linked list over array?
Answer Posted / dinesh kumar thakur jalandhar
------> in case of linklist no continuous memeory is
required .but in case of array there is of need continuous
memory block , mean to say if we have enough free memory but
is not in continuous block than we can not use it in case of
array .
but same memery can be used in case of linklist.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
When not to use object oriented programming?
Why is polymorphism important in oop?
What is methods in oop?
What is the purpose of polymorphism?
What is the highest level of cohesion?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is polymorphism give a real life example?
which feature are not hold visual basic of oop?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What makes a language oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is the real time example of encapsulation?
What is polymorphism what are the different types of polymorphism?