Question: A class Dog Write a class Dog that contains instance data that returns the dog's name and age. Define the Dog constructor to accept and
A class Dog Write a class Dog that contains instance data that returns the dog's name and age. Define the Dog constructor to accept and initialize instance data. Include the getter and setter methods for the name. Include a method for the dog to bark(say) with his/her name. Include a toString method that returns a one-line description of the dog. See an example of a dog at https://scratch.mit.edu/projects/41594418/. Create a Kennel driver class, whose main method instantiates and updates several Dog objects.
In Java please
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
