Singleton - Design Pattern
Objective 🎯
Ensure that a class has just a single instance by providing a global point of access to it.
Type ✅
❌Behavioral: Describes how objects interact/communicate between themselves.
✔️Creational: Describes how to instantiate an object without l...
victorlins.hashnode.dev2 min read