<<< Accessor Operations | Index | Week 7 Reading: pages 61-70 >>> |
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 | Week 7 Reading: pages 61-70 >>> |