Name an advantage of array over linked list?
Answer Posted / dinesh jalandhar
we can use binary search in case of array , which is not
possible in case of linklist........because in linklist it
is not possible to access the middle element of linklist
directly
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How do you explain polymorphism?
Why do we use inheritance?
What is inheritance in oop?
What is object in oop with example?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is polymorphism and why is it important?
What is meant by multiple inheritance?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is inheritance and how many types of inheritance?
What does and I oop mean?
What is the highest level of cohesion?
What is multilevel inheritance explain with example?
what are the ways in which a constructors can be called?
How to use CMutex, CSemaphore in VC++ MFC
write a program that takes input in digits and display the result in words from 1 to 1000