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:
Related Book For
C# Programming From Problem Analysis To Program Design
ISBN: 9781285096261
4th Edition
Authors: Barbara Doyle
Question Posted: