User Tools

Site Tools


Sidebar

Welcome to DIDO WIKI

dido:public:ra:xapend:xapend.a_glossary:s:singleton

Singleton

Return to Glossary

A Singleton is a class that allows only a single instance of itself to be created and gives access to that created instance. It contains static variables that can accommodate unique and private instances of itself. It is used in scenarios when a user wants to restrict instantiation of a class to only one object. This is helpful usually when a single object is required to coordinate actions across a system.

The singleton pattern is used in programming languages such as Java and .NET to define a global variable. A single object used across systems remains constant and needs to be defined only once rather than many times.

Source: https://www.techopedia.com/definition/15830/singleton

dido/public/ra/xapend/xapend.a_glossary/s/singleton.txt · Last modified: 2021/12/29 00:16 by nick
Translations of this page: