destructor例句
Destructors provide appropriate safeguards, such as automatically calling the base type's
destructor.
析構(gòu)函數(shù)提供了適當(dāng)?shù)谋Wo(hù)措施, 如自動調(diào)用基類型的析構(gòu)函數(shù).
We can directly call an object's
destructor to destroy the object.
可以直接調(diào)用對象的析構(gòu)函數(shù)來撤銷對象.
To call a
destructor, you must reference instance object.
要調(diào)用析構(gòu)器, 必需引用實例對象.