Name an advantage of linked list over array?

Answer Posted / kabir

Insertion & deletion are relatively easy in linked list.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can we make game by using c

3433


What is the problem with multiple inheritance?

587


What is protected in oop?

604


What is a null tree?

632


What is the difference between abstraction and polymorphism?

619






String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

1944


What are oops methods?

568


What is an example of genetic polymorphism?

651


which feature are not hold visual basic of oop?

1725


What is the difference between encapsulation and polymorphism?

598


Why is polymorphism important in oop?

637


Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.

633


What is ambiguity in inheritance?

625


What causes polymorphism?

577


What is object in oops?

616