diff --git a/reference/classobj/reference.xml b/reference/classobj/reference.xml index 19e283bd02..fa6d9e1ae2 100644 --- a/reference/classobj/reference.xml +++ b/reference/classobj/reference.xml @@ -1,14 +1,12 @@ - + Class/Object Functions Classes/Objects -
- Introduction
- About + &reftitle.intro; These functions allow you to obtain information about classes and instance objects. You can obtain the name of the class to @@ -18,8 +16,8 @@ what class is the object class extending).
-
- An example of use +
+ &reftitle.examples; In this example, we first define a base class and an extension of the class. The base class describes a general vegetable, @@ -166,7 +164,6 @@ Object leafy belongs to class spinach a subclass of Vegetable
-
&reference.classobj.functions;