When you have a class defined that has the class name, followed by a colon and then

Question:

When you have a class defined that has the class name, followed by a colon and then another class name, you have inheritance. The second class is called the base class; the first is called the derived class. The derived class inherits the characteristics of the base class. In C# and all .NET languages, you are limited to single inheritance.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: