If a Customer class has the com.company.model package
The .java must be found in the com/ company/ model directory?
After compilation, the corresponding .class will be in the com/ company/ model directory
It can override the private methods of the Person class which it inherits and which is in the same package
It can override the protected methods of the Person class which it inherits and which is in a different package