Using base to Access a Hidden Name : base « Class « C# / CSharp Tutorial






'base' refers to the base class of the derived class in which it is used.

This usage has the following general form:

base.member
7.25.base
7.25.1.Using base to Access a Hidden Name
7.25.2.Use base keyword to access field in the base class
7.25.3.a subclass uses the keyword base to invoke a particular subclass constructor