Re: [Gambas-user] Constructor and destructor of a class

2011-06-25 Thread Bruce Bruen
On 25/06/11 14:19, Demosthenes Koptsis wrote: > Hi all, > > i saw that the order of calling special methods of a class is: > > _init > _new > _free > _exit > > the _new method is the constructor and _free the destructor of the > class? > > > Yes, but it would be better to say _new is a met

[Gambas-user] Constructor and destructor of a class

2011-06-24 Thread Demosthenes Koptsis
Hi all, i saw that the order of calling special methods of a class is: _init _new _free _exit the _new method is the constructor and _free the destructor of the class? -- Regards, Demosthenes Koptsis. -- All the dat