[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Inheritance Creating new Classes from existing ones
--------------------------------------------------------------------------------
We may create new Classes from the ones we already have! We say we 'inherit'
new Classes from the previous ones.
In those Classes we use what we already have, but we may:
* Modify some behaviors!
* Add some new Data!
Inheriting Classes we build a Class Hierarchy!
In Clipper we do:
CLASS TDialog FROM TWindow
...
ENDCLASS
So TDialog Objects have all the functionallity of a TWindow Object, but
we add some new Data and we modify some behaviors!
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson