This post is a portion of my series on Windows Programming using C# (C Sharp). You can see all of the posts by going to http://fixbyproximity.com and clicking the “Windows Programming with C#” button at the top of the site.
- Part 4.0: Introduction
- Part 4.1: Inheritance
- Part 4.2: Polymorphism
- Part 4.3: Composition
Objective:
Look at the syntax of inheritance in C#. Learn how to call the various methods and constructors of the parent and children classes.
Topics:
- Introduction
- What is inheritance
- Terminology
- Constructors
- Access levels