|
||
|
Lesson 2
Objective
|
Understanding packages Examine packages and the role they play in Java class organization. |
|
|
To aid in the organization of classes, Java provides a construct known as a package that is used to organize classes into
functionally-related groups. Packages do not directly impact the internal makeup of a class but they do impact the relationship between classes.
|
||
|
|
||
