HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📝
남득윤 학습 저장소
/
객체 지향 프로그래밍
객체 지향 프로그래밍
/
디자인 패턴
디자인 패턴
/
1️⃣
Singleton Pattern
/
💡
Singleton Pattern
💡

Singleton Pattern

1️⃣
Motivation

💡
싱글턴(singletone)이란 인스턴스를 오직 하나만 생성할 수 있는 클래스를 말한다.[Gamma95]