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
Get step-by-step solutions from verified subject matter experts
