Translation of class variable into German
Noun
technology
- The class variable is updated for all objects.Die Klassenvariable wird für alle Objekte aktualisiert.
Examples of class variable in a sentence
The class variable holds the default value.
Translations of "class variable" in Context ordered by category and frequency
Each instance will print the same output when accessing the class variable.
Jede Instanz wird beim Zugriff auf die Klassenvariable die gleiche Ausgabe zeigen.
A class variable holds the same value for every instance of that class.
Eine Klassenvariable hat für jede Instanz dieser Klasse denselben Wert.
You can change the class variable, and all instances will reflect this change.
Du kannst die Klassenvariable ändern, und alle Instanzen werden diese Änderung widerspiegeln.
When setting a class variable, consider how it affects all instances created.
Beim Festlegen einer Klassenvariable sollte man bedenken, wie sie alle erstellten Instanzen beeinflusst.
class variable: Examples and translations in context
In many programming languages, a class variable can be accessed using the class name.
In vielen Programmiersprachen kann auf eine Klassenvariable über den Klassennamen zugegriffen werden.
The value of a class variable can be modified from any instance of the class.
Der Wert einer Klassenvariable kann von jeder Instanz der Klasse aus geändert werden.
You must define a static attribute (a class variable) holding the instance.
Sie müssen ein statisches Attribut definieren (eine Klassenvariable), welche die Instanz aufnimmt.
To correct this error, move the local symbol declaration to the interface section, or make it an instance variable or class variable of the function's class type.
Um diesen Fehler zu beheben, verlagern Sie die lokale Symboldeklaration in den interface-Abschnitt oder wandeln sie in eine Instanzvariable oder eine Klassenvariable des Klassentyps der Funktion um.
A class variable called sensorData, which is only visible within the class
Eine Klassenvariable namens sensorData, die nur innerhalb der Klasse sichtbar ist
iOS app crashes if a NetStream is referenced by a class variable when app is brought to foreground (AIR-4198784)
iOS-App stürzt ab, wenn auf eine NetStream-Klasse durch eine Klassenvariable verwiesen wird, sobald die App in den Vordergrund gebracht wird (AIR-4198784)
See also: