CS 5010: Module 10

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 10 was assigned on Monday, 27 March.

For debugging: Click here to validate.