Object Oriented Programming (OOP) 에 근간이 되는 Object Oriented Principles 들이 존재한다. 이러한 기본 원칙들이 OOP를 실현 가능하게 하며, Real world를 Computer world의 Object로 실제와 유사하게 모델링 할 수 있도록 도움을 준다. [Object Oriented Principles] Abstration - 추상화 [Object Oriented Principles] Encapsulation - 캡슐화 [Object Oriented Principles] Inheritance - 상속 [Object Oriented Principles] Polymorphism - 다형성 [Object Oriented Principles] Composi..