Description: Java : Objects and Information Hiding
Always use the accessor and setter methods when developing classes, especially when the values contained within the data members are crucial to the functionality of your application! For more information on Java objects and information hiding, please follow the links below.