Singleton パターン
Sign in to saveAlso known as singleton
design pattern in object-oriented software development
Wikidata facts
Show 3 more facts
- Commons category
- Singleton pattern
- Stack Exchange tag
- stackoverflow.com/tags/singleton
- name
- Singleton
Sources (1)
via Wikidata · CC0
Article · 日本語
Singleton パターン(シングルトン・パターン)とは、オブジェクト指向のコンピュータプログラムにおける、デザインパターンの1つである。GoF (Gang of Four; 4人のギャングたち) によって定義された。Singleton パターンとは、そのクラスのインスタンスが1つしか生成されないことを保証するデザインパターンのことである。ロケールやルック・アンド・フィールなど、絶対にアプリケーション全体で統一しなければならない仕組みの実装に使用される。
Abstract from DBpedia / Wikipedia · CC BY-SA
Connections
class
Entity
International Standard Book Number
Entity
object-oriented programming
Entity
Q7637
Entity
software design pattern
Entity
model–view–controller
Entity
thread
Entity
semaphore
Entity
namespace
Entity
class diagram
Entity
unit testing
Entity
concurrency
Entity
factory method pattern
Entity
method
Entity
logging
Entity
singleton
Entity
adapter pattern
Entity
decorator pattern
Entity
constructor
Entity
facade pattern
Entity