Question: Assume single inheritance is used with classes A and B while A is the base class. Then assume classes C, D, and E, where C is a base class and D is derived from C, then E is derived from D. Class C is made to inherit from class B. Which type of inheritance is reflected?

  1. Multilevel
  2. Hybrid
  3. Single level
  4. Multiple

Answer: The correct answer of the above question is Option A:Multilevel