InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a type of inheritance?(a) Multiple(b) Multilevel(c) Distributive(d) HierarchicalThe question was asked by my school principal while I was bunking the class.This key question is from OOPs Concept topic in division Basics Concepts of C++ of C++ |
|
Answer» CORRECT answer is (c) DISTRIBUTIVE To explain I WOULD say: Distributive is not a type of inheritance WHEREAS others are a type of inheritance having their own meaning. |
|