Definition of Object Oriented Programming in single line?
Answer Posted / nirmala
it is a programming paradiam which is used a object
| Is This Answer Correct ? | 19 Yes | 17 No |
Post New Answer View All Answers
What are the data types in oop?
What is class encapsulation?
What are the benefits of oop?
What is abstraction encapsulation?
What is a null tree?
What is the use of oops?
What is and I oop mean?
What are different oops concepts?
What is encapsulation selenium?
What is oops concept with example?
write a C++ program for booking using constructor and destructor.
What does and I oop and sksksk mean?
What is encapsulation and abstraction? How are they implemented in C++?
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 example of polymorphism?