Hello friends, Today we will go through another creational design pattern called Simple Factory. Before talking about its implementation let’s begin with some fundamental questions as in the following. Purpose of the Factory pattern I can think of two main objectives of using the Factory pattern. One is to achieve loose coupling between the client… Continue reading Working with Simple Factory Pattern