Answer Posted / ramu.m
In OOPS, a class is the defination of an object.The class
can contain both the charactertics and function of the
object.Simply we say it contains member variables and
member function.It is a well defined object
| Is This Answer Correct ? | 0 Yes | 1 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.
Why is object oriented programming so hard?
What is the difference between encapsulation and polymorphism?
What is difference between data abstraction and encapsulation?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
hi all..i want to know oops concepts clearly can any1 explain??
any one please tell me the purpose of operator overloading
What is abstraction with example?
What does and I oop mean?
What causes polymorphism?
Write a program to reverse a string using recursive function?
Why do we use encapsulation in oops?
What is abstraction and encapsulation?
What is static in oop?
What language is oop?