Quiz #7

1. Briefly describe the notion of inheritance; use the terms "super class" and "sub class" in your answer.

2. Define a "Person" class with attributes "lastName" and "age". Define a "Teenager" class that is a subclass of Person and that includes the attribute "messy".