https://github.com/balikuddembe/singleton-design-pattern
This pattern involves a single class which is responsible to create an object while making sure that only single object gets created. This class provides a way to access its only object which can be accessed directly without need to instantiate the object of the class.
https://github.com/balikuddembe/singleton-design-pattern
Last synced: 3 months ago
JSON representation
This pattern involves a single class which is responsible to create an object while making sure that only single object gets created. This class provides a way to access its only object which can be accessed directly without need to instantiate the object of the class.
- Host: GitHub
- URL: https://github.com/balikuddembe/singleton-design-pattern
- Owner: Balikuddembe
- Created: 2022-04-08T08:45:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T08:48:45.000Z (about 3 years ago)
- Last Synced: 2025-01-15T20:20:49.041Z (4 months ago)
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files: