Monday, July 5, 2010

Packages Basics

Packages are containers for classes that are used to keep the class namespace partitioned. The package is both a naming and a visibility control mechanism. We can control the visibility of classes within a package using the various access specifiers.

No comments:

Post a Comment