Glossary:Definition - Inheritance

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
 Term Inheritance
 Definition  Ability of a new class to be created from an existing class. The new class—derived class or subclass—inherits the members of the existing class—base class or superclass—and may extend the functionality of the base class by adding new types and methods and by overriding existing ones.
 See also
This C# Online.NET definition is from the Glossary of .NET / C# Terms.

Glossary of .NET / C# Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9
edit

Personal tools