Question: Java True or false a subclass can access private fields of the superclass in a direct manner by using the name of the private field,
Java
True or false
a subclass can access private fields of the superclass in a direct manner by using the name of the private field, for example if a superclass Animal contains a private field age, then a subclass Vertebrate can reference the age field by simply using its name, e.g. age = 20
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
