Question: This question is from Object Oriented Development subject. Q4. Write a class named Planet, which contains two instance variables that store the name of a
This question is from "Object Oriented Development" subject. 
Q4. Write a class named Planet, which contains two instance variables that store the name of a planet and the number of days a planet takes to travel around the Sun. Provide the set and get methods for each instance variables, and an additional method named calculate Age() to calculate your age on that planet. The calculateAge() method should receive an argument that represent your age on Earth. (x/365) / travel days of a planet
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
