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++? ​

Answer: B. Parallel InheritanceCorrect Answer: Parallel Inheritance​​ Explanation: Standard C++ inheritance types include single level, multilevel, and multiple inheritance, but “parallel…

  1. A.

    Single Level Inheritance

  2. B.

    Parallel Inheritance

  3. C.

    Multilevel Inheritance

  4. D.

    Multiple inheritance

Attempted by 1005 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.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…