Modules and what is asked - TsukishirOSan/ModuleFive GitHub Wiki

Welcome to the ModuleFive wiki!

In Module Five, we weren't asked to use inheritance, but I did it anyways as it appeared logical to me to not write down twice identical informations for Teacher and Student classes.

Thus, Module Five is also Module Six where we are asked to create the Person class inherited by Student and Teacher classes.