|
Visual C# 2005: Interfaces, describes how to use interfaces to program in a more flexible, generic manner. This course also covers how to create and use custom classes that implement multiple interfaces.
Objectives:
- Use the C# interface mechanism
- Create and use your own custom classes that use interfaces
- Use the as and is operators to dynamically determine interface support in classes
- Handle similarly named methods from multiple interfaces in the same class
Topics:
- Introduction to Interfaces
- Bank Case Study
|