Type | Attribute name | Description |
double | diameter | the average diameter of the planet |
Type | Attribute name | Description |
std::vector<std::string> | countryNames | the name of all countries are put into |
Type | Attribute name | Description |
std::vector<Planet*> | planets | the planets that compose the solar system. |