Design Pattern - 1. Strategy pattern

download Design Pattern - 1. Strategy pattern

If you can't read please download the document

Transcript of Design Pattern - 1. Strategy pattern

PRESENTATION NAME

Design Pattern

Francesco

Strategy Pattern

Problem:Methods within in superclass that not is implemented in all their subclasses

SolutionGet out the methods from the superclass

Create interface with beahivor methods

Problem

Solution

Solution

Solution Final