ZahraHeydari / CreationalDesignPatternsSample

Including Builder, Factory method, Abstract Factory, Prototype and Singleton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CreationalDesignPatternsSample

A simple sample of creational design patterns in java. From simple to complex.

Including 5 parts:

  1. Builder
  2. Singleton
  3. Prototype
  4. Factory Method
  5. Abstract Factory

Checked using unit tests.

@Author ZARA

About

Including Builder, Factory method, Abstract Factory, Prototype and Singleton


Languages

Language:Java 98.4%Language:Kotlin 1.6%