|
Visual C# 2005: Classes, covers how to create classes, distinguish between classes and objects, and use classes in object-oriented programming. It also shows how C# classes support encapsulation, how to instantiate and initialize classes, and how to use references in C#.
Objectives:
- Explain how to use classes to represent complex data structures in C#
- Demonstrate how to instantiate and initialize classes in C#
- Discuss the role of classes in object-oriented programming
- Describe the use of references in C#
Topics:
- Introduction to Classes
- Classes and Their Members
|