Calling class methods

Updated . Posted . Visible to the public.

To call a class method (or static method) from an instance method:

class.method()

To call a class method from a class method:

method()
Henning Koch
Last edit
Keywords
static
License
Source code in this card is licensed under the MIT License.
Posted by Henning Koch to makandra dev (2010-08-25 12:23)