Translation of instance variable into French
Noun
technology
- Each object has its own instance variable.Chaque objet a sa propre variable d'instance.
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
By storing it in an instance variable of type table.
En les stockant dans une variable d'instance de type "tableau".
It overrides one method and adds one writable instance variable.
Elle surcharge une méthode et ajoute une variable d'instance modifiable.
If it starts with , it is an instance variable.
S'il débute par un , il s'agit d'une variable d'instance.
It is this percentage which is updated dynamically thanks to the instance variable defined previously.
Ce pourcentage est mis à jour dynamiquement grâce à la variable d'instance définie précédemment.
instance variable: Examples and translations in context
Later we'll see that arguments will take their place following the instance variable, just like with classes.
Plus tard, nous verrons que les autres arguments suivent la variable d'instance exactement comme avec les classes.
Firstly it needs an instance variable called @queue that holds the name of the queue.
Tout d'abord, elle nécessite une variable d'instance nommée @queue qui contient le nom de la queue.
If you need to get real value of them, refer its value instance variable.
Si vous avez besoin d'en obtenir une valeur réelle, reportez-vous à sa variable d'instance value.
This problem can be solved by caching the result of the database call in an instance variable.
Ce problème peut être résolu en mettant en cache le résultat de la base de données dans une variable d'instance.
Session Bean is storing the book in its instance variable.
Session Bean stocke le livre dans sa variable d'instance.
Notice how the instance variable was initialized with an instance of HashSet.
Notez comment nous avons initialisé les variables d'instance avec une instance de HashSet.