|
Visual C# 2005: Virtual Methods and Polymorphism, describes how to fully implement polymorphic classes. This course also covers how to create virtual methods that can be redefined by derived classes to create implementation-specific behaviors.
Objectives:
- Use polymorphism to simplify code and enhance maintainability
- Describe and use C# features that support polymorphism
- Describe and use static and dynamic binding as appropriate in code
Topics:
- Introduction to Virtual Methods
- Polymorphism
|