Translation of instance variable into German
Noun
technology
- Each object has its own instance variable.Jedes Objekt hat seine eigene Instanzvariable.
Synonyms and analogies of instance variable in English
Examples of instance variable in a sentence
Changes to the instance variable affect only that object.
Translations of "instance variable" in Context ordered by category and frequency
The instance variable retains its value as long as the object exists.
Die Instanzvariable behält ihren Wert, solange das Objekt existiert.
You can access the instance variable directly from any method within the class.
Sie können von jeder Methode innerhalb der Klasse direkt auf die Instanzvariable zugreifen.
When creating an object, the instance variable is automatically assigned a value.
Wenn ein Objekt erstellt wird, wird der Instanzvariable automatisch ein Wert zugewiesen.
In encapsulation, the instance variable is often kept private for security.
Bei der Kapselung wird die Instanzvariable oft aus Sicherheitsgründen privat gehalten.
instance variable: Examples and translations in context
The class must define the instance variable before it can be used.
Die Klasse muss die Instanzvariable definieren, bevor sie verwendet werden kann.
The instance variable holds data specific to each object of the class.
Die Instanzvariable speichert Daten, die spezifisch für jedes Objekt der Klasse sind.
The instance variable can be public, private, or protected based on the design.
Die Instanzvariable kann je nach Design öffentlich, privat oder geschützt sein.
Without an instance variable, objects would lose their individual characteristics.
Ohne eine Instanzvariable würden Objekte ihre individuellen Eigenschaften verlieren.
An instance variable is a key component of the class's state.
Eine Instanzvariable ist ein Schlüsselelement des Zustands der Klasse.
Add and configure a JavaScript code activity to define an instance variable.
Hinzufügen und Konfigurieren einer JavaScript Code-Aktivität, um eine Instanzvariable zu definieren.