Implementation Hiding and Reuse

A few notes on Java class inheritance patterns.

Keywords and Scopes

There are different scopes in Java.

  • public
  • private
  • package

Firstly, package is declared in a .java file

Classes in Java can be public or private.

TODO: more here

end of storey Last modified: