What does constructor mean?
Definitions for constructor
con·struc·tor
This dictionary definitions page includes all the possible meanings, example usage and translations of the word constructor.
Princeton's WordNet
builder, constructornoun
someone who contracts for and supervises construction (as of a building)
Wiktionary
constructornoun
A person who, or thing that constructs
constructornoun
A class method (in object-oriented programming) that creates and initializes each instance of an object
constructornoun
(motorsport) A company or individual who builds racing vehicles. In Formula One, constructor status is strictly defined by the rules, but in other motorsports the term is merely a descriptor. Depending on the racing rules, some constructors (e.g. Cosworth) may provide vehicles to racing teams who are not themselves constructors , while others are both teams and constructors (Ducati Corse, Scuderia Ferrari).
Webster Dictionary
Constructornoun
a constructer
Etymology: [Cf. LL. constructor.]
Freebase
Constructor
In object-oriented programming, a constructor in a class is a special type of subroutine called to create an object. It prepares the new object for use, often accepting parameters that the constructor uses to set member variables required for the object to reach a valid state. It is called a constructor because it constructs the values of data members of the class. A constructor resembles an instance method, but it differs from a method in that it has no explicit return type, it is not implicitly inherited and it usually has different rules for scope modifiers. Constructors often have the same name as the declaring class. They have the task of initializing the object's data members and of establishing the invariant of the class, failing if the invariant is invalid. A properly written constructor leaves the resulting object in a valid state. Immutable objects must be initialized in a constructor. Programmers also use the term constructor to denote one of the tags that wraps data in an algebraic data type. This is a different usage than in this article. Most languages allow overloading the constructor in that there can be more than one constructor for a class, with differing parameters. Some languages take consideration of some special types of constructors.
Matched Categories
Numerology
Chaldean Numerology
The numerical value of constructor in Chaldean Numerology is: 1
Pythagorean Numerology
The numerical value of constructor in Pythagorean Numerology is: 4
Popularity rank by frequency of use
Translations for constructor
From our Multilingual Translation Dictionary
Get even more translations for constructor »
Translation
Find a translation for the constructor 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
"constructor." Definitions.net. STANDS4 LLC, 2023. Web. 1 Apr. 2023. <https://www.definitions.net/definition/constructor>.
Discuss these constructor 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