To Home Page
IT 212 -- UML Examples
- Accessibility Specifiers:
- + means public: accessible anywhere by the programmer
- - means private: not called by the programmer, for internal use only
Names of private instance variables or methods are prefixed with an underscore to show that they are private.
Classes