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...


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.



Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here