COMPSCI 220 Programming Methodology

Week 05 Syllabus: Adapter, Template Method, State

Overview

This week we will continue our exploration of object-oriented design patterns. We will look at the adapter pattern which allows us to adapt one interface to another and the template method which defines steps of an algorithm for subclasses to implement. We will look at other patterns if we have additional time.

Tasks

There are no additional tasks this week

Reading