Answer Posted / kamal
same function name and same argument list
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
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 many human genes are polymorphic?
What is the significance of classes in oop?
What is class and object with example?
how to get the oracle certification? send me the answer
What is persistence in oop?
Is html an oop?
What is constructor in oop?
program for insertion ,deletion,sorting in double link list
any one please tell me the purpose of operator overloading
Please send ford technologies placement paper 2 my mail id
What is the difference between a mixin and inheritance?
What is purpose of inheritance?
why reinterpret cast is considered dangerous?
What is polymorphism used for?