Person - Extend the Person class to include a constructor.
Account – Extend the Account class from the example to include more information. Specifically, include an AccountType:String, BankName:String, BranchNumber:Integer, and InstitutionNumber:Integer.
CanadianAddress - This class represents an address for some place in Canada.
Course - This class represents a post-secondary course with a theory (exam) and a lab portion.
ExamResult - This class represents the results of an exam for a student.
LabResult - This class represents the results of an lab for a student.