Home » C# Programming » Inheritance

A class D can be derived from a class C, which is derived from a class B, which is derived from a class A.

Correct Answer: True

Explanation:

This is known as multiple levels of inheritance.

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion