Write a family database program. Create a class to represent a person and to store references to
Question:
Write a family database program. Create a class to represent a person and to store references to the person’s mother, father, and any children the person has. Read a file of names to initialize the name and parent–child relationships of each Person . (You might wish to create a file representing your own family tree.) Store the overall list of Person s as an ArrayList . Write an overall main user interface that asks for a name and prints the maternal and paternal family line for that person. Here’s a hypothetical execution of the program, using as an input file the line of English Tudor monarchs:
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Building Java Programs A Back To Basics Approach
ISBN: 9780135471944
5th Edition
Authors: Stuart Reges, Marty Stepp
Question Posted: