Skip to content

sn3g14/AbstractFactoryExample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Abstract Factory Design Pattern

The abstract factory design pattern solves the following problem:

  • Your application code needs to create instances of type X.
  • Type X is an interface (or an abstract class), and might have different concrete implementations.
  • Your application code should not depend on any specific implementation.

As usual, we will develop our solution one step at a time.
Let's start from step 1.

About

An example of the Abstract Factory design pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%