객체지향 프로그래밍(OOP) – 2 : Composition and Inheritance

  • Post author:
  • Post category:Python

지난번 포스트에서 객체 (object) 와 객체를 구성하는 속성 (attribute) 과 행위 (behavior), 그리고 정보 은닉 (information encapsulation) 에 대해서 알아 보았다면 이번엔 합성 (Composition) 과 상속 (Inheritance) 에 대해서 알아보자.…

Continue Reading객체지향 프로그래밍(OOP) – 2 : Composition and Inheritance