English
Detailed Translations for constructor from English to German
constructor:
-
the constructor (building contractor; builder)
der Bauunternehmer -
the constructor
– A special initialization function that is called automatically whenever an instance of a class is declared. This function prevents errors that result from the use of uninitialized objects. The constructor must have the same name as the class itself and must not return a value. 1
Translation Matrix for constructor:
Noun | Related Translations | Other Translations |
Bauunternehmer | builder; building contractor; constructor | builder; building contractor; contractor |
- | builder | |
Not Specified | Related Translations | Other Translations |
Konstruktor | constructor | |
Other | Related Translations | Other Translations |
- | designer |
Related Words for "constructor":
Synonyms for "constructor":
Related Definitions for "constructor":
Wiktionary Translations for constructor:
constructor
noun
constructor
-
in object oriented programming: code that creates objects
- constructor → Konstruktor
noun
-
Informatik, objektorientierte Programmierung: Methode, die zur Erzeugung und Initialisierung eines abstrakten Datentyps, eines Objekts, aufgerufen wird