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
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. Store the overall list of persons as an Arraylist. Write an overall main user interface that asks for a name and prints maternal and paternal family line for that person. It is up to you to design that class and file format used as a database. Test your program using the family tree from Game of Thrones (http://www.chartgeek.com/wp-content/uploads/2014/04/game-of-thrones-family-tree-2.png). Do not include the fan theories in your database.
Java programming language . thank you!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started