Content deleted Content added
Line 39:
</syntaxhighlight>
=='''Accessor,
Accessor methods are used to read data values of an object. Mutator methods are used to modify the data of an object. Manager methods are used to initialize and destroy objects of a class, e.g. constructors and destructors.
|