Name an advantage of array over linked list?
Answer Posted / aditi
Arrays are of types one ,2,multi dimensional but link list
have types singleand doubly which further has types
circular,header,circular header link list.
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
What is oops and its features?
What is byval and byref? What are differences between them?
What are the benefits of polymorphism?
Is oop better than procedural?
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?
What are the features of oop?
What is the diamond problem in inheritance?
Is enum a class?
Why is object oriented programming so hard?
What is polymorphism and its types?
What is new keyword in oops?
What is interface? When and where is it used?
what type of question are asked in thoughtworks pair programming round ?
Why do we use class in oops?
What is abstraction in oops with example?