析构器 meaning in English
destructors
Examples
- Is the object destructor , but it should not be used unless you really , really need it
是对象析构器,但是除非您确实非常非常需要,否则不应该使用它。 - Using destructors in perl usually indicates that you are still thinking like a c c programmer
在perl中使用析构器通常表明您还在象c / c + +程序员那样考虑问题。 - This may cause the reference count for the object previously bound to the name to reach zero , causing the object to be deallocated and its destructor ( if it has one ) to be called
这可能导致早先约束到该名字的对象的引用计数降为零,导致释放该对象的分配空间并调用其析构器,如果它有一个的话。