Training OOP project that gives each student and teacher an ID and store all their informations.
There'll be subject for each teacher, that subject'll be a class that extends the teacher class which extends the person class
Each teacher'll have their ID
Also each teacher'll have a list of classes that he teachs in.
Each educational stage'll have its own class the extends the student class which also extends the person class
Each stage'll have their subjects and its grades