析构函数 meaning in English
destructor(dtor)
destructors
Examples
- If a destructor is present but there is no
如果存在析构函数但不存在 - Method is present , rewrite that into the class destructor
方法,则将其重写到类析构函数中。 - In c , finalizers are expressed using destructor syntax
在c #中,使用析构函数语法表示终结器。 - A class can only have one destructor
一个类只能有一个析构函数。 - S copy constructor and one call to the destructor
的复制构造函数的调用和一个对析构函数的调用。