6.2 Normal and static fields

. Classes can have fields. Depending on how they are defined, fields hold data specific to an instance of a class or to the class as a whole. Whatever the way they were defined, fields observe the rules of visibilities just like any other member of the class.

  6.2.1 Normal fields/variables
  6.2.2 Class fields/variables