Today I will continue the articles from “Design Pattern: Java interpretation” series. A main hero of the post will be Factory pattern. It's one of the most popular creational patterns. The main aim of the Factory pattern is creation instances of classes depending on passed argument.
Tag Archives design patterns
This is a first article of "Design Pattern: Java interpretation" series. Usually I prefer to start any work with a small step. That's help me to be more confident at the beginning of the way, to successfully achieve a final point. So the post will be dedicated to the Singleton pattern.
There are lot of articles in the internet about design patterns. Most part of them, probably 99%, are based on GoF book. The book is describing recurring solutions to common problems in software design. I want to make my own contribution to this area in a context of Java. I don't pretend to be a professor in this area, so everything I will write in the first turn just for me, to make a clear organization of all this stuff. I will be very appreciated if this set of articles will help someone except me.