"destructor" in Chinese (Traditional)
破壞者
Definition
破壞者是指破壞事物的人或物。在程式設計中,destructor 是一種特殊的函數,用於物件不再需要時執行清理。
Usage Notes (Chinese (Traditional))
英文裡 'destructor' 多用於技術或科學語境,日常較少見。編程時(如 C++)專指釋放資源的特殊方法。不要與 'destroyer'(更常見於日常描述破壞的人/物)混淆。
Examples
A destructor can break things easily.
一個**破壞者**可以輕易破壞東西。
The code calls the object's destructor when it is deleted.
程式會在物件被刪除時呼叫它的**析構函數**。
A virus can be a powerful destructor in a computer system.
病毒可以是電腦系統中的強大**破壞者**。
The superhero fought against the evil Destructor in the city.
超級英雄在城市裡與邪惡的**破壞者**戰鬥。
If you don't free up memory, the destructor won't run and you'll have a memory leak.
如果你不釋放記憶體,**析構函數**不會執行,你會出現記憶體洩漏。
Some games are real time-wasters, but this one is a productivity destructor.
有些遊戲只是浪費時間,但這一個是生產力的**毀滅者**。