Guidance in creating design for multiple-inheritance composite classes in c++
问题 I intend this question to be a more generalized question relating to my question found at the following link: Solving design involving multiple inheritance and composite classes in c++ I am working with data sets related to Galaxies. The data about each galaxy will contain information about a galaxie's solar systems, each solar systems planets and each planets moons. The Composite Requirement: From this alone I imagine that I need to use composite class design where I create a class for the