diff --git a/language/oop5/basic.xml b/language/oop5/basic.xml index 7646f326b7..39370b4128 100644 --- a/language/oop5/basic.xml +++ b/language/oop5/basic.xml @@ -7,10 +7,10 @@ class - Basic class definition begins with the + Basic class definitions begin with the keyword class, followed by a class name, followed by a pair of curly braces which enclose the definitions - of the class's properties and methods. + of the properties and methods belonging to the class. The class name can be any valid label which is a not a