Answer Posted / rajani
Bjarne strostrup
| Is This Answer Correct ? | 18 Yes | 5 No |
Post New Answer View All Answers
What is this pointer in oop?
What is abstraction encapsulation?
What is destructor oops?
What is an interface in oop?
What is multilevel inheritance?
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.
How do you define a class in oop?
Can we have inheritance without polymorphism?
What is the point of polymorphism?
What is the renewal class?
Give two or more real cenario of virtual function and vertual object
Can we define a class within the interface?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is difference between pop and oop?
What is oops?what is its use in software engineering?