Question: Define a class called Dog with the following private attributes: name as String, and age as int. Create the setter and getters to access and
Define a class called Dog with the following private attributes: name as String, and age as int. Create the setter and getters to access and manipulate your data. In the same class, create a method called DogData that receives the name and age as argument and returns the dog age in person years (age*7). Create a new java program to create a new instance of object Dog with the following information: name: fluffy and age:3 and use your DogData Method with this information
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
