Name an advantage of linked list over array?
Answer Posted / ranveer singh
array contains static memory even linklist contains dynamic
mrmory location
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is class and object with example?
Can you inherit a private class?
Why do we use class in oops?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is class encapsulation?
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?
What is abstraction and encapsulation?
What is multilevel inheritance in oop?
What is the difference between procedural programming and oops?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is multilevel inheritance?
What is overriding in oops?
What is abstraction encapsulation?
write a program that takes input in digits and display the result in words from 1 to 1000