Skip to content
jayoon edited this page Nov 28, 2022 · 7 revisions

Ad-hoc polymorphism, operator overloading and Orthodox Canonical class form

  1. Orthodox Canonical class form
  • Default constructor
  • Copy constructor
  • Copy assignment operator
  • Destructor
  1. Split your class code into two files. The header file (.hpp/.h) contains the class definition whereas the source file (.cpp) contains the implementation.

인강 section 정리

8: 개체지향 프로그래밍 2

복사 생성자

함수 오버로딩

연산자 오버로딩

9: 개체지향 프로그래밍 3

상속

다형성(Polymorhpism)

정적, 동적 바인딩

Clone this wiki locally