|
Visual C# 2005: Inheritance, describes how to create hierarchies of classes using inheritance. This course also covers how to use the public, protected and private access qualifiers to encapsulate class implementations and make code easier to maintain.
Objectives:
- Define and use inheritance
- Define and use access qualifiers
- Initialize inherited and non-inherited members of a class
Topics:
- Introduction to Inheritance
- Initializing and Constructing Derived Classes
|