4.2 Packages and Encapsulation


Here you will learn the basics of how to organize your work in packages and how to hide your implementation of classes for other users.

  1. Packages
  2. Access Specifiers
  3. Modifiers: final and static
  4. Abstract Classes and Methods