Which of the following is not a type of inheritance in C++?
2017
Which of the following is not a type of inheritance in C++?
- A.
Single Level Inheritance
- B.
Parallel Inheritance
- C.
Multilevel Inheritance
- D.
Multiple inheritance
Attempted by 641 students.
Show answer & explanation
Correct answer: B
Correct Answer: Parallel Inheritance Explanation: Standard C++ inheritance types include single level, multilevel, and multiple inheritance, but “parallel inheritance” is not recognized as a valid inheritance category.
A video solution is available for this question — log in and enroll to watch it.