Name an advantage of array over linked list?
Answer Posted / santhosh k
Array size is fixed.But Linked is not fixed
Is This Answer Correct ? | 148 Yes | 31 No |
Post New Answer View All Answers
what is the sylabus for priliminaries?
What is encapsulation example?
What does and I oop mean in text?
2. Give the different notations for the class.\
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 abstract class in oop?
What is oops and why we use oops?
What is encapsulation in oops?
What is the point of polymorphism?
What are the types of abstraction?
Write a program to sort the number with different sorts in one program ??
Get me an image implementation program.
what are the ways in which a constructors can be called?
What is the real time example of inheritance?
How can you overcome the diamond problem in inheritance?