Monday, November 22, 2010

Java - Access Modifiers public and private

Most instance variables are declared to be private.  This makes them accessible only to the methods in the class from which they are declared.

No comments:

Post a Comment