Chromatic-Hwi / C_PlusPlus_MFC

1 stars 0 forks source link

내 정리 #7

Open Chromatic-Hwi opened 2 years ago

Chromatic-Hwi commented 2 years ago

C++ 기본


입출력


클래스 문법1


클래스(=객체) 문법2


동적 메모리 할당


Afx_msg


디자인 패턴

싱글톤 (=Singleton)


Chromatic-Hwi commented 1 year ago

MFC 기능

Chromatic-Hwi commented 1 year ago

객체지향 5원칙 SOLID

단일 책임 원칙 (SRP : Single Responsibility Principle)

개방-폐쇄 원칙 (OCP : Open-Closed Principle)

리스코프 치환 원칙 (LSP : Liskov Subsitution Principle)

인터페이스 분리 원칙 (ISP : Interface Segregation Principle)

의존성 역전 원칙 (DIP : Dependency Inversion Principle)