Name an advantage of array over linked list?
Answer Posted / upasna
Function of bubble sort can not be performed in link list
which is quite easy to perform in arrays
| Is This Answer Correct ? | 15 Yes | 10 No |
Post New Answer View All Answers
What is oops with example?
What do you mean by Encapsulation?
What is a class oop?
what is the sylabus for priliminaries?
Which language is not a true object oriented programming language?
What is the purpose of polymorphism?
Why oops is important?
What is object in oop?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is the real life example of polymorphism?
What is byval and byref? What are differences between them?
What is encapsulation with example?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What are the 3 pillars of oop?
What do you mean by abstraction?