               CLASSic for CA-Clipper 5.2x (c) 1994 Version 1.5
                             By John D. Van Etten


Thanks for using CLASSic!

Added in Version 1.5:
   Class(y) syntax support.
   Faster speed.
   Four new classes. ( OINI, OFILEIO, OMENU, OITEM, OSTACK )
   Messages that run Codeblocks.
   DEFERRED and NIL Methods.
   Norton Guides.
   Selective inhertitance.
   Strictly type Methods and Instance variables.
   Symbol Objects.
   In-Line Parameter Defaults.
   Assumption Checking.

Added in Version 1.6:
   Better Class(y) syntax support.
   Four new internal classes. ( TBROWSE(), TBCOLUMN(), GET(), ERROR() )
   Non-CLASSic specific Commands moved into ADDON.CH.
   Automatially Call the method 'INITCLASS' the first time a class creates an
     object.
   In-Line Parameter passing to the super classes from the Constructor Method.

   Fixed: Multiple Inheritance
   Fixed: Deferred Methods
   Fixed: Error when Method returns NIL

See CLASSIC.DOC for more information.




