Home » C# Programming » Inheritance

We can derive a class from a base class even if the base class's source code is not available.

Correct Answer: True

Explanation:

We can derive from a base class even if it is present in an assembly.

← Previous Question Next Question→

Discussion & Comments

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