What is multiple inheritance ?
Answer Posted / priya
From the existing class we can derive more class is called
inheritance.
from the one derived class we can create several base
class.
| Is This Answer Correct ? | 11 Yes | 12 No |
Post New Answer View All Answers
Who invented oop?
What is the problem with multiple inheritance?
Why we use classes in oop?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
Why do we use polymorphism?
How can you overcome the diamond problem in inheritance?
Why is object oriented programming so hard?
What is encapsulation process?
What is a class oop?
What is balance factor?
Why multiple inheritance is not possible?
write a program to find 2^n+1 ?
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.
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
Why oops is important?