Difference between revisions of "Lib/kernel"
Jump to navigation
Jump to search
(Created page with "The classes in the kenel cluster are basic === ANY === The class ANY is the everpresent root of all your objects. All classes defined in a Liberty Ei...") |
Hzwakenberg (talk | contribs) m |
||
Line 3: | Line 3: | ||
=== ANY === |
=== ANY === |
||
− | [[library_class:ANY|The class ANY]] is the |
+ | [[library_class:ANY|The class ANY]] is the ever present root of all your objects. |
− | All classes defined in a Liberty Eiffel system implicitly insert all the features of class [[library_class:ANY|ANY]]. |
+ | All classes defined in a Liberty Eiffel system implicitly insert all the features of class [[library_class:ANY|ANY]]. The only class not derived from [[library_class:ANY|ANY]] is [[library_class:ANY|ANY]] itself… |
Latest revision as of 12:04, 31 December 2021
The classes in the kenel cluster are basic
ANY
The class ANY is the ever present root of all your objects.
All classes defined in a Liberty Eiffel system implicitly insert all the features of class ANY. The only class not derived from ANY is ANY itself…