What does Destructor mean?
Definitions for Destructor
de·struc·tor
This dictionary definitions page includes all the possible meanings, example usage and translations of the word Destructor.
Did you actually mean data structure?
GCIDE
Destructornoun
(Computers) in object-oriented programming, a function which destroys an object which was previously created by a different function.
Wiktionary
destructornoun
One who destructs.
destructornoun
In object-oriented programming, the command sequence that is launched when the execution of an object is finished.
Samuel Johnson's Dictionary
Destructornoun
Destroyer; consumer.
Etymology: from destroy.
Helmont wittily calls the fire the destructor and the artificial death of things. Boyle.
Webster Dictionary
Destructornoun
a destroyer
Etymology: [L., from destruere. See Destroy, and cf. Destroyer.]
Wikidata
Destructor
In object-oriented programming, a destructor is a method which is automatically invoked when the object is destroyed. It can happen when its lifetime is bound to scope and the execution leaves the scope, when it is embedded into another object whose lifetime ends, or when it was allocated dynamically and is released explicitly. Its main purpose is to free the resources which were acquired by the object along its life cycle and/or deregister from other entities which may keep references to it. The use of destructors is a necessity to the concept of Resource Acquisition Is Initialization. In a language with an automatic garbage collection mechanism, it would be difficult to deterministically ensure the invocation of a destructor, and hence these languages are generally considered unsuitable for RAII. In such languages, unlinking an object from existing resources must be done by an explicit call of an appropriate function. This method is also recommended for freeing resources rather than using finalizers for that.
Numerology
Chaldean Numerology
The numerical value of Destructor in Chaldean Numerology is: 4
Pythagorean Numerology
The numerical value of Destructor in Pythagorean Numerology is: 8
Popularity rank by frequency of use
Translations for Destructor
From our Multilingual Translation Dictionary
Get even more translations for Destructor »
Translation
Find a translation for the Destructor definition in other languages:
Select another language:
- - Select -
- 简体中文 (Chinese - Simplified)
- 繁體中文 (Chinese - Traditional)
- Español (Spanish)
- Esperanto (Esperanto)
- 日本語 (Japanese)
- Português (Portuguese)
- Deutsch (German)
- العربية (Arabic)
- Français (French)
- Русский (Russian)
- ಕನ್ನಡ (Kannada)
- 한국어 (Korean)
- עברית (Hebrew)
- Gaeilge (Irish)
- Українська (Ukrainian)
- اردو (Urdu)
- Magyar (Hungarian)
- मानक हिन्दी (Hindi)
- Indonesia (Indonesian)
- Italiano (Italian)
- தமிழ் (Tamil)
- Türkçe (Turkish)
- తెలుగు (Telugu)
- ภาษาไทย (Thai)
- Tiếng Việt (Vietnamese)
- Čeština (Czech)
- Polski (Polish)
- Bahasa Indonesia (Indonesian)
- Românește (Romanian)
- Nederlands (Dutch)
- Ελληνικά (Greek)
- Latinum (Latin)
- Svenska (Swedish)
- Dansk (Danish)
- Suomi (Finnish)
- فارسی (Persian)
- ייִדיש (Yiddish)
- հայերեն (Armenian)
- Norsk (Norwegian)
- English (English)
Word of the Day
Would you like us to send you a FREE new word definition delivered to your inbox daily?
Citation
Use the citation below to add this definition to your bibliography:
Style:MLAChicagoAPA
"Destructor." Definitions.net. STANDS4 LLC, 2024. Web. 19 Nov. 2024. <https://www.definitions.net/definition/Destructor>.
Discuss these Destructor definitions with the community:
Report Comment
We're doing our best to make sure our content is useful, accurate and safe.
If by any chance you spot an inappropriate comment while navigating through our website please use this form to let us know, and we'll take care of it shortly.
Attachment
You need to be logged in to favorite.
Log In