What is multiple inheritance ?
Answer Posted / aswini.s
one derived class with several base class.
Is This Answer Correct ? | 29 Yes | 6 No |
Post New Answer View All Answers
What does I oop mean?
What is destructor in oop?
What is encapsulation process?
Is enum a class?
What is the fundamental idea of oop?
What does sksksk mean in text slang?
State what is encapsulation and friend function?
Get me a number puzzle game-program
What is the benefit of oop?
What is oops and its features?
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.
Can you explain polymorphism?
What is debug class?what is trace class? What differences are between them? With examples.
Write a c++ program to display pass and fail for three student using static member function
What is destructor example?