Singleton
एकमात्र/अद्वितीय वस्तु या व्यक्ति; अकेली संतान; (कंप्यूटिंग) एक ही इंस्टेंस वाला डिज़ाइन पैटर्न
Origin & History
From single + the suffix -ton, modeled on words indicating a single entity; popularized in mathematics (singleton set) and later in computing (singleton pattern).
'single' शब्द और प्रत्यय '-ton' से बना; गणित में (singleton set) के लिए प्रचलित हुआ और बाद में कंप्यूटिंग में (singleton pattern) के रूप में व्यापक हुआ।
Definition
A singleton is something that exists as one only—either a unique item in a set, a person who is alone (especially an only child), or (in software) a design pattern where only one instance of a class is allowed.
सिंगलटन वह वस्तु/व्यक्ति है जो केवल एक के रूप में मौजूद हो—या तो किसी समूह में एकमात्र/अद्वितीय तत्व, कोई अकेला व्यक्ति (विशेषतः अकेला बच्चा), या (सॉफ़्टवेयर में) ऐसा डिज़ाइन पैटर्न जिसमें किसी क्लास की केवल एक ही इंस्टेंस बनाने की अनुमति होती है।