Explain multiple inheritance with the help of an example.
Answers
Answered by
0
Answer:
Multiple Inheritance is a feature of C++ where a class can inherit from more than one classes. The constructors of inherited classes are called in the same order in which they are inherited. For example, in the following program, B's constructor is called before A's constructor.
Explanation:
mark as brainlist
Similar questions
Math,
4 months ago
Science,
4 months ago
Hindi,
8 months ago
Science,
8 months ago
Social Sciences,
11 months ago
Social Sciences,
11 months ago