akshay1027 / design-patterns-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

design-patterns-python

image

image

factory pattern:

  • used when we are not sure about what type of objects are needed to solve problem
  • eg

About