Question: The factory method should return a CelestialBody object. This object should be able to do the following things: print ( my _ planet.name ) will

The factory method should return a CelestialBody object. This object should be able to do the following things:
print(my_planet.name) will return Earth
print(my_planet.distance) will return 149600000
print(my_planet.diameter) will return 12756.3
print(my_planet.moons) will return 1

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!