Skip to content

Factory method is a creational design pattern which solves the problem of creating product objects without specifying their concrete classes.

Notifications You must be signed in to change notification settings

una-eif204-progra2-master/dp-creational-factorymethod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Design Pattern: Creational - Factory Method

Factory method is a creational design pattern which solves the problem of creating product objects without specifying their concrete classes.

Factory Method defines a method, which should be used for creating objects instead of direct constructor call (new operator). Subclasses can override this method to change the class of objects that will be created.

About

Factory method is a creational design pattern which solves the problem of creating product objects without specifying their concrete classes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages