What is multiple inheritance ?
Answer Posted / shivaramraje nimbalkarjoshi
The mechanism in which , A Call which is created my
deriving more than one classes is called Multiple
Inheritance.
Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is the main purpose of inheritance law?
what is different between oops and c++
What is a class and object?
What is the oops and benefits of oops programming?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is variable example?
What is multilevel inheritance in oop?
Can abstract class have normal methods?
Why polymorphism is used in oops?
How do you define social class?
What is a class oop?
Why is object oriented programming so hard?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What are the three main types of variables?
What is destructor example?