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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!