6.3.1 Declaration

Declaration of methods in classes follows the same rules as method declarations in objects:

_________________________________________________________________________________________________________ methods
-- --method de nition ----function header----;-method directives------------
                    --procedure header--|
                    -constructor header|
                    --desctuctor header-|

-- --              -------------------------------------------------
     method directives - virtual- ;---------------| -call modi ers- ;-|
                    |           -abstract -;--||
                    ------ reintroduce- ;------|
___________________________________________________________________