|
Visual C# 2005: More About Types, covers how to distinguish between classes and structs in C#, and understand more about how classes are used to create application specific data types. This course also shows how C# converts simple values to and from object types, using a process called boxing.
Objectives:
- Explain how C# uses value and reference types
- Differentiate between classes and structs in C#
- Discuss how boxing is used to convert between value and reference types
- Describe the use of references in C#
Topics:
- Overview of Types
- Classes, Structs and Enums
|