Question: 1. a. Create an Alien class. Include at least three protected data members of your choice, such as the numbec.r of eyes the Alien has.

1. a. Create an Alien class. Include at least three protected data members of your choice, such as the numbec.r of eyes the Alien has. Include a constructor that requires a value for each data field and a toString() method that returns a String containing a complete description of the Alien. Save the file as Alien.java.

b. Create two classes - Martian and Jupiterian - 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 Martian.java and Jupiterian.java.

c. Create an Java application that instantiates one Martian and one Jupiterian. Call the toString() method with each object and display the results. Save the application as CreateAliens.java.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!