design pattern - 1. strategy pattern

Download Design Pattern - 1. Strategy pattern

If you can't read please download the document

Upload: francesco-ierna

Post on 16-Apr-2017

753 views

Category:

Technology


3 download

TRANSCRIPT

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