Question: C++ Question In the Ct+ code below, how can the relationship between Sun and Universe be described? 1 class sun{ 2 public: 3 Stdi: string
C++ Question

In the Ct+ code below, how can the relationship between Sun and Universe be described? 1 class sun{ 2 public: 3 Stdi: string planet; 43 ; 5 6 class Universe \{ 7 public: 8 Sun z[2]; 9 Universe() 10\{ 11z[0].planet = "Samuel"; 12 z[1]. planet = "Dat"; (1) a Sun wants to be an universe (2) An universe has a sun (3) An universe is a Sun (4) A sun might be an universe
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
