Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Class(y) - <b>end class</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 END CLASS
 End a class declaration
------------------------------------------------------------------------------

 Syntax:

    END CLASS

 Description:

    This command ends a class declaration.  This command can only be used
    if a CREATE CLASS command has already been used to begin a class
    declaration.

    After the END CLASS command has appeared, the method definition
    commands METHOD FUNCTION and METHOD PROCEDURE can be used to
    define the methods which were declared in the class declaration.

 Note:

    After the END CLASS command has appeared in a module, any
    occurrences of the METHOD command are treated as an abbreviated form of
    the METHOD FUNCTION command.  This means that the behaviour and
    syntax of the METHOD command is different inside and outside a class
    declaration block.  See METHOD FUNCTION for more information.

See Also: CREATE CLASS METHOD [FUNCTION] METHOD PROCEDURE

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson