디자인 패턴
-
싱글턴 패턴 ( Singleton Pattern )디자인 패턴 2023. 1. 9. 16:54
Reference : https://www.geeksforgeeks.org/implementation-of-singleton-class-in-cpp/?ref=gcse Implementation of Singleton Class in C++ - GeeksforGeeks A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions. www.geeksforgeeks.org 싱글톤 패턴은 객체지향 프..