variable d'instance
Translation of variable d'instance into English
Noun, feminine
programmation objet
- La variable d'instance nom contient le prénom de chaque utilisateur.The instance variable name stores each user's first name.
Examples of variable d'instance in a sentence
Une erreur s'est glissée lors de l'initialisation de la variable d'instance du solde.
Translations of "variable d'instance" in Context ordered by category and frequency
En les stockant dans une variable d'instance de type "tableau".
By storing it in an instance variable of type table.
Elle surcharge une méthode et ajoute une variable d'instance modifiable.
It overrides one method and adds one writable instance variable.
S'il débute par un , il s'agit d'une variable d'instance.
If it starts with , it is an instance variable.
Ce pourcentage est mis à jour dynamiquement grâce à la variable d'instance définie précédemment.
It is this percentage which is updated dynamically thanks to the instance variable defined previously.
variable d'instance: Examples and translations in context
Plus tard, nous verrons que les autres arguments suivent la variable d'instance exactement comme avec les classes.
Later we'll see that arguments will take their place following the instance variable, just like with classes.
Tout d'abord, elle nécessite une variable d'instance nommée @queue qui contient le nom de la queue.
Firstly it needs an instance variable called @queue that holds the name of the queue.
Si vous avez besoin d'en obtenir une valeur réelle, reportez-vous à sa variable d'instance value.
If you need to get real value of them, refer its value 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.
This problem can be solved by caching the result of the database call in an instance variable.
Stateless Bean EJB est de garder la valeur de la variable d'instance jusqu'à ce que le serveur ne redémarre pas.
Stateless ejb bean is keeping value of instance variable till the server is not restarted.
Session Bean stocke le livre dans sa variable d'instance.
Session Bean is storing the book in its instance variable.