Name an advantage of array over linked list?
Answer Posted / chandan
Linked List have an extra Overhead in its each node to
store the pointer to the next node.
Is This Answer Correct ? | 67 Yes | 5 No |
Post New Answer View All Answers
Can you explain polymorphism?
Write a program to sort the number with different sorts in one program ??
What is the purpose of polymorphism?
What is coupling in oops?
Why we use classes in oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Why is destructor used?
hi all..i want to know oops concepts clearly can any1 explain??
What is a class in oop?
Is this job good for future? can do this job post grduate student?
What is persistence in oop?
What causes polymorphism?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Can we create object of abstract class?
Why do we use encapsulation in oops?