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 polymorphism in oop example?
Whats oop mean?
What do you mean by overloading?
Why is oop useful?
What is the problem with multiple inheritance?
What type of loop is a for loop?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
Which language is not a true object oriented programming language?
What is multilevel inheritance in oop?
How does polymorphism work?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
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 ambiguity in inheritance?
What language is oop?
How is class defined?