File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ compiler will check at the end of the current scope if the type is defined.
75
75
76
76
A I < class > is a stereotype that expresses a specific type that can be instantiated
77
77
into I < objects > (also called I < instances > ). Each object (instance of the class)
78
- has access to the same common I < behaviour > defined in the class itself, while
79
- can keep an internal state not shared with other instances of the same class.
78
+ has access to the same common I < behaviour > defined in the class itself, while keeping
79
+ an internal state not shared with other instances of the same class.
80
80
The behavioural part of each object is defined in the class using I < methods > ,
81
81
while the internal state is provided via I < attributes > (variable scoped within the
82
82
class).
You can’t perform that action at this time.
0 commit comments