[Gambas-user] Another basics

M. Cs. mohareve at ...626...
Fri Jan 6 11:42:49 CET 2012


Hello,
before i take off with redesign, I'd like to check whether I'm right or not:
1. Modules are for functions and procedures. To split the program into
building bricks
2. Classes for object construction. If I need an object, I'm using
classes with private variables, private subs for the internal tasks of
a class, and public subs for communication between the modules and
classes.

Am I right?

Csaba




More information about the User mailing list