Top
Previous Next
Java's Object Orientation, I/O CS 161 - Java

Accessability

The creator of a Java class controls what access objects outside the class have to the implementation (the inner details) of objects of her class by giving variables and methods accessability qualifiers.

Question: Why add an accessability qualifier to a method or variable?


Top
Previous Next
jwd