destructor是什么意思,destructor怎么读,
英式发音:[dɪsˈtrʌktə(r)] 美式发音:[dɪsˈtrʌktə(r)]
1.The programmer has no control over when the destructor is called because this is determined by the garbage collector.
程序员无法控制何时调用析构函数,因为这是由垃圾回收器决定的。
2.The constructor and destructor methods of this object do the necessary setup and cleanup.
这个对象的constructor和destructor方法执行必需的设置和清除工作。
3.This destructor would have to be called specifically before unsetting the parent class reference.
这种解构器必须在解除父类引用之前进行调用。