Today we began learning about inheritance (slide set ch09-1). We wrote a hierarchy of classes to represent employees. We learned how to extend a class and how to override a method. We also learned how to use the super keyword to call an overridden method from the superclass.