diff --git a/language/oop5/basic.xml b/language/oop5/basic.xml index 8c858ce8b2..bbbfb35852 100644 --- a/language/oop5/basic.xml +++ b/language/oop5/basic.xml @@ -1,5 +1,5 @@ - + The Basics @@ -84,6 +84,37 @@ class SimpleClass + + The default value must be a constant expression, not (for example) a + variable, a class member or a function call. + + Class members' default value + + +]]> + + + There are some nice functions to handle classes and objects. You might want