<<< Accessor Operations | Index | >>> |
Similar to private data attributes, operations can also be private.
Private operations are part of object implementation.
Implementation is hidden from other classes.
Private operations can be used only inside the scope of the class.
<<< Accessor Operations | Index | >>> |