Name an advantage of array over linked list?
Answer Posted / nisha
Addresing is possible in case of arrays where as in linked list sequential address is possible
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
hi all..i want to know oops concepts clearly can any1 explain??
What is stream in oop?
What is the difference between encapsulation and polymorphism?
Why is abstraction needed?
Who invented oop?
What is interface in oop?
What is static in oop?
Can a varargs method be overloaded?
What is a function in oop?
What is multilevel inheritance explain with example?
Why is polymorphism needed?
What is byval and byref? What are differences between them?
What do you mean by overloading?
Which type does string inherit from?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?