C# 学习笔记2 - 理解C#语言
Part II
Understanding the C# Language
In this part:
- Creating and Managing Classes and Objects
- Understanding Values and References
- Creating Value Types with Enumerations and Structures
- Using Arrays and Collections
- Understanding Parameter Arrays
- Working with Inheritance
- Creating Interfaces and Defining Abstract Classes
- Using Garbage Collection and Resource Management
参考文献:Visual C# 2010 Step by Step
第七章 创建并管理类和对象
第八章 理解值和引用
第9章 使用枚举和结构来创建值类型
第10章 使用数组和集合
第11章 理解参数数组
第12章 使用继承
第13章 创建接口和定义抽象类
第14章 使用垃圾回收和资源管理