Derive a class ExaggeratingKid from SchoolKid.The new class should override the accessor method for the age, reporting the actual age plus 2. It also should override the accessor for the greeting, returning the child’s greeting concatenated with the words ″I am the best.″
Create a class SchoolKid that is the base class for children at a school. It should have attributes for the child’s name and age, the name of the child’s teacher, and a greeting. It should have appropriate accessor and mutator methods for each of the attributes.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.