Question: You are given a class defined as follows: public class Animali private String name; public Animal (String n) ! Damen public final String getName() {
You are given a class defined as follows: public class Animali private String name; public Animal (String n) ! Damen public final String getName() { return me 1 write a class Dog, which is a subclass of Animal The class Dog has an instance variable of type ant called age. The constructor Dog (String name, int age) Initializes the instance variables in both the superclass and the subclass. The class Dog has a method getige() to get the value of the instance variable
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
