CS 5010: Module 11

Module Overview

In this module, we will learn about inheritance, which is a mechanism that allows us to generalize the implementations of similar classes. Inheritance allows us to make a new class that is very similar to an old one, or to make a new class that generalizes the implementations of several similar classes.

Course Map

course map

Readings

No required readings.

Resources

Lessons

Problem Set

Problem Set 11 is due on Monday, 4 December 2017 at 6pm local time.

Problem Set 11 will be the last problem set.