Remove presentations

This commit is contained in:
Ilkka Seppälä
2019-10-30 21:12:10 +02:00
parent cc85c73fbc
commit 1eb1961f1b
19 changed files with 0 additions and 905 deletions

View File

@ -69,10 +69,6 @@ Use the Factory Method pattern when
* a class wants its subclasses to specify the objects it creates
* classes delegate responsibility to one of several helper subclasses, and you want to localize the knowledge of which helper subclass is the delegate
## Presentations
* [Factory Method Pattern](etc/presentation.html)
## Real world examples
* [java.util.Calendar](http://docs.oracle.com/javase/8/docs/api/java/util/Calendar.html#getInstance--)