HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📝
남득윤 학습 저장소
/
디자인 패턴 (1)
디자인 패턴 (1)
/
1️⃣
Singleton Pattern
/
❗
Implementation
❗

Implementation

☹️
Naïve Implementation

싱글톤을 구현하는 가장 간단한 방법
1. 생성자를 private으로 감추기 2. public static 멤버를 통해 딱하나만 생성한 인스턴스 제공하기
 
notion image