Create an AlienType class. Include at least three protected data members of your choice, such as the number of eyes the Alien has. Include a constructor that requires a value for each data field and an output method that returns a String containing a complete description of the Alien. Save the file as AlienType.cpp. Create two classes—MartianType and JupiterianType—that descend from Alien. Supply each with a constructor that sets the Alien data fields with values you choose. For example, you can decide that a Martian has four eyes but a Jupiterian has only two. Save the files as MartianType.cpp and JupiterianType.cpp.Create an application that instantiates one Martian and one Jupiterian. Call the output method with each object and display the results. Save the application as CreateAliens.cpp.
Create an AlienType class. Include at least three protected data members of your choice, such as the number of eyes the Alien has. Include a constructor that requires a value for each data field and an output method that returns a String containing a complete description of the Alien. Save the file as AlienType.cpp.
Create two classes—MartianType and JupiterianType—that descend from Alien. Supply each with a constructor that sets the Alien data fields with values you choose. For example, you can decide that a Martian has four eyes but a Jupiterian has only two. Save the files as MartianType.cpp and JupiterianType.cpp.
Create an application that instantiates one Martian and one Jupiterian. Call the output method with each object and display the results. Save the application as CreateAliens.cpp.
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 3 images