Gambas/syntax/variables/classes: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Created page with "==Pages== * /inheritance * /virtual"
 
note about object assignment
Line 1: Line 1:
==Notes==
Object variables seem to be essentially pointers, as in most object-oriented languages. In other words, if you set object A equal to object B (A = B), then change object B, the changes will be reflected in A as well.
==Pages==
==Pages==
* [[/inheritance]]
* [[/inheritance]]
* [[/virtual]]
* [[/virtual]]

Revision as of 22:59, 26 April 2015

Notes

Object variables seem to be essentially pointers, as in most object-oriented languages. In other words, if you set object A equal to object B (A = B), then change object B, the changes will be reflected in A as well.

Pages