Difference between revisions of "Lib/kernel"

From Liberty Eiffel Wiki
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...")
 
m
 
Line 3: Line 3:
 
=== ANY ===
 
=== ANY ===
   
[[library_class:ANY|The class ANY]] is the everpresent root of all your objects.
+
[[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…