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
What is overriding vs overloading?
What are benefits of oop?
What is destructor example?
What is overloading and its types?
What are the 5 oop principles?
Which method cannot be overridden?
How do you use inheritance in unity?
What is a class oop?
What is the difference between a mixin and inheritance?
What is the difference between abstraction and polymorphism?
write string class as your own class in java without using any built-in function
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
when to use 'mutable' keyword and when to use 'const cast' in c++
Why is static class not inherited?