Answer Posted / abhijeet sinha
Classes
objects
Encapsulation
Inheritance
Polymorphism
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What does sksksk mean in text slang?
What is encapsulation example?
What are two types of polymorphism?
Which is better struts or spring?
What is abstraction encapsulation?
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 the real time example of inheritance?
Which language is pure oop?
What are the two different types of polymorphism?
What are properties in oop?
Why do we need polymorphism in c#?
What does no cap mean?
Why is object oriented programming so hard?
Which method cannot be overridden?
What is oops in simple words?