Answer Posted / gelani rahul b
polymorphism means ceate multiple forms. it means single
interface and multiple function are called in polymorphism.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you mean by overloading?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is class and object with example?
How to hide the base class functionality in Inheritance?
What is class encapsulation?
What is for loop and its syntax?
Can you explain polymorphism?
How long to learn object oriented programming?
Can bst contain duplicates?
What are the benefits of polymorphism?
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 is polymorphism oop?
What is inheritance in oop?
What does and I oop and sksksk mean?
What is object-oriented programming? Webopedia definition