Computer Science 523
Advanced Programming
Summer 2014, The College of Saint Rose
Lecture 8: Inheritance
Date: Tuesday, July 15, 2014
Agenda
Terminology
- inheritance
- superclass
- subclass
- default constructor
- overloading
- overriding
- final methods
- protected access
- default (package) access
- polymorphism
- dynamic binding
- abstract class
- abstract method
Examples
This week's examples are those from Gaddis Chapter 11.