destructor例句

Destructors provide appropriate safeguards, such as automatically calling the base type's destructor.
析构函数提供了适当的保护措施, 如自动调用基类型的析构函数.

We can directly call an object's destructor to destroy the object.
可以直接调用对象的析构函数来撤销对象.

To call a destructor, you must reference instance object.
要调用析构器, 必需引用实例对象.

相关问题