Protected/Public/Private
If fields of Employee are public, they can be referenced from anywhere.
If they are private, they can be referenced only from instances of Employee.
If they are protected, they can be referenced only in same package --concept discussed much later!!!