What are the OOPS concepts?
Answer Posted / rakesh
class,
Object,
data abstract and encapsulation
polymorphism,
inheritance,
overloading
| Is This Answer Correct ? | 0 Yes | 0 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.
What are functions in oop?
What is encapsulation selenium?
What is polymorphism and example?
What are properties in oop?
What are the two different types of polymorphism?
#include
Why do we need polymorphism in c#?
Explain virtual inheritance?
2. Give the different notations for the class.\
Can main method override?
What are constructors in oop?
What does no cap mean?
what is graphics
What is persistence in oop?