Answer Posted / pavan raj
polymorphism means the ability to take more than one form.
This is something similar to a word having several different
meanings depending on the context.
| Is This Answer Correct ? | 121 Yes | 27 No |
Post New Answer View All Answers
What is destructor in oop?
What polymorphism means?
What is encapsulation in oops?
Whats oop mean?
Where You Can Use Interface in your Project
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.
How do you achieve runtime polymorphism?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is basic concept of oop?
What is encapsulation c#?
What is the difference between encapsulation and polymorphism?
How many human genes are polymorphic?
Which is better struts or spring?
#include
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?