Name an advantage of array over linked list?
Answer Posted / chandan
Linked List have an extra Overhead in its each node to
store the pointer to the next node.
| Is This Answer Correct ? | 67 Yes | 5 No |
Post New Answer View All Answers
What is oops with example?
How does polymorphism work?
What is an example of genetic polymorphism?
What are the three parts of a simple empty class?
What are classes oop?
what are the realtime excercises in C++?
Why is oop better than procedural?
What is overloading and its types?
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.
What are the features of oop?
What is polymorphism used for?
Why do we use polymorphism?
• What are the desirable attributes for memory managment?
can inline function declare in private part of class?
Explain the advantages of inheritance.