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.
There are no additional tasks this week