Question: Java Programming Create a base class called Person that has a name field and hair color field. Then, create two classes that extend the base

Java Programming

Create a base class called Person that has a name field and hair color field. Then, create two classes that extend the base class called Boy and Girl. For these subclasses, add a DNA field that contains XX for girls and XY for boys.the values should be set in the constructors for the respective subclasses. Finally, create an array called family that is a mix of boys and girls. and print the names and DNAs for the members in a loop.

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!