| 1. | You cannot depend on finalizers or destructors or 不能依赖于终结器、析构函数或 |
| 2. | Destructors are also called when the program exits 程序退出时也会调用析构函数。 |
| 3. | Destructors are used to destruct instances of classes 析构函数用于析构类的实例。 |
| 4. | Managing exceptions in constructors and destructors 管理构造函数和析构函数中的异常 |
| 5. | In new syntax , destructors go to dispose 在新语法中,析构函数转到dispose ( ) |
| 6. | Destructors cannot be inherited or overloaded 无法继承或重载析构函数。 |
| 7. | Destructors cannot be defined in structs 不能在结构中定义析构函数。 |
| 8. | Using destructors to release resources 使用析构函数释放资源 |
| 9. | Adding constructors and destructors 添加构造函数和析构函数 |
| 10. | Empty destructors should not be used 不应使用空析构函数。 |