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


Please Help Members By Posting Answers For Below Questions

What does I oop mean?

710


What is destructor in oop?

699


What is encapsulation process?

670


Is enum a class?

687


What is the fundamental idea of oop?

737






What does sksksk mean in text slang?

1688


State what is encapsulation and friend function?

805


Get me a number puzzle game-program

1782


What is the benefit of oop?

648


What is oops and its features?

697


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.

759


Can you explain polymorphism?

677


What is debug class?what is trace class? What differences are between them? With examples.

1714


Write a c++ program to display pass and fail for three student using static member function

2922


What is destructor example?

686