Ruoyu111 / SingletonPattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chocolate Boiler

Head First Design Patterns - Chapter 5 - The Singleton Pattern

The Singleton Pattern ensures a class has only one instance, and provides a global point of access to it.

OO Principles

About


Languages

Language:Java 98.5%Language:HTML 1.5%