Übersicht
Deutsch nach Englisch:   mehr Daten
  1. Konstruktor:
  2. Wiktionary:


Deutsch

Detailübersetzungen für Konstruktor (Deutsch) ins Englisch

Konstruktor:

Konstruktor

  1. Konstruktor
    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

Übersetzung Matrix für Konstruktor:

NounVerwandte ÜbersetzungenWeitere Übersetzungen
constructor Konstruktor Bauunternehmer

Wiktionary Übersetzungen für Konstruktor:

Konstruktor
noun
  1. Informatik, objektorientierte Programmierung: Methode, die zur Erzeugung und Initialisierung eines abstrakten Datentyps, eines Objekts, aufgerufen wird
Konstruktor
noun
  1. in object oriented programming: code that creates objects