This project was apart of Codecademy's Java for Programmers course. I completed this project after finishing the Object-Oriented Programming in Java section.
Languages, just like people, often have families. You can even map language lineage a bit like a family tree.
Java can help us build a model to track inherited traits across families. In this case, we’ll focus on something that often varies between language families: word order — where the subject, verb, and object would go in a sentence.
My Language Inheritance package had three Java files:
My objective was to build out a Java package with these classes to model real-world language families.