10.5 Type Object Pattern (타입 객체 패턴)
※[https://roadmap.sh/computer-science]를 따라서 공부하고 기록한 글입니다. cs - 10. Design Patterns - 10.5 Type Object Pattern Type Object Pattern Type object pattern is a creational design pattern that allows us to create a new object of a type without exposing the object creation logic to the client. It is used when we need to create a new object of a type, but we don’t know which type we need to create until..
2024.03.14