Overzicht
Duits naar Engels:   Meer gegevens...
  1. Konstruktor:
  2. Wiktionary:


Duits

Uitgebreide vertaling voor Konstruktor (Duits) in het Engels

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

Vertaal Matrix voor Konstruktor:

Zelfstandig NaamwoordVerwante vertalingenAndere vertalingen
constructor Konstruktor Bauunternehmer

Wiktionary: 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