Vertaling van "dans object" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Cependant ce code ne compile pas car clone() est une méthode protected dans Object.
However, this code will not compile because clone() is a protected method in Object.
Quand le compilateur attend un objet String et qu'il obtient autre chose, il appellera automatiquement la méthode toString() définie dans Object et qui peut être redéfinie par chaque classe Java.
Whenever the compiler expects a String object and it hasn't got one, it will automatically call the toString() method that's defined in Object and can be overridden by any Java class.
Dans Object Designer, sélectionnez Codeunit, et puis choisissez New pour ouvrir l'éditeur C/AL Editor.
In Object Designer, choose Codeunit, and then choose New to open the C/AL Editor.
Dans Object Designer, choisissez XMLport, et puis choisissez New pour ouvrir XMLport Designer.
In Object Designer, choose XMLport, and then choose New.
La méthode clone() appelée ici est celle prédéfinie dans Object, et on peut l'appeler car elle est protected et donc accessible depuis les classes dérivées.
The clone() that's being called here is the one that's predefined inside Object, and you can call it because it's protected and thereby accessible in derived classes.