Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 9 (Q.No. 2)
2.
A class D can be derived from a class C, which is derived from a class B, which is derived from a class A
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Poondevi said:   6 years ago
Multiple inheritance are available.

Saumiya said:   1 decade ago
Multi level inheritance is possible. In which you can derive a class from other class and that class can itself be a derived class.

Post your comments here:

Your comments will be displayed after verification.