| 1. | Not be a constructor or destructor of its class 不能是类的构造函数或析构函数。 |
| 2. | In c , destructor syntax is used to implement the 在c + +中,析构函数语法用于实现 |
| 3. | You cannot depend on finalizers or destructors or 不能依赖于终结器、析构函数或 |
| 4. | Destructors are also called when the program exits 程序退出时也会调用析构函数。 |
| 5. | Finalizers are expressed using destructor syntax 使用析构函数语法表示终结器。 |
| 6. | Specifies whether the class destructor is virtual 指定类析构函数是否是虚的。 |
| 7. | What is placed within this synthesized destructor 此合成析构函数中包含什么? |
| 8. | Destructors are used to destruct instances of classes 析构函数用于析构类的实例。 |
| 9. | Managing exceptions in constructors and destructors 管理构造函数和析构函数中的异常 |
| 10. | It is never invoked by the garbage collector 垃圾回收器从不调用此析构函数。 |