[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 END CLASS

 Synopsis

         End a class specification

 Syntax

         END CLASS

 Description

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

         After the END CLASS command has appeared, the METHOD
         definition command can be used to define the methods which
         were declared in the class specification.

 Note

         After the END CLASS command has appeared in a module, any
         occurrences of the METHOD command are treated as method
         definition commands, rather than method declaration
         commands. This means that the behaviour and syntax of the
         METHOD command is different inside and outside a class
         specification block. See the entries for the METHOD
         (declaration) and METHOD (definition) commands for more
         information.

 See Also

         CREATE CLASS, METHOD (declaration), METHOD
         (definition)


See Also: CREATE CLASS METHOD (declaration) METHOD (definition)
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson