C++ - Practical Five

Solar System


Implement a system of classes and objects to model the solar system.

Include any data that you believe is relevant for each celestial body eg. colour, radius ...
Arrange your classes in a suitable hierarchy to minimize duplication of attributes.