- 
Abstraction, 추상화 
- 
Encapsulation, 캡슐화 
- 
Inheritance, 상속 
- 
Polymorphism, 다형성 - concrete class
- 
new키워드를 통해 인스턴스화할 수 있는 클래스. 즉, 청사진(blueprint)을 모두 구현한 클래스. 참고
- interface
- 
클래스의 청사진 
 
Abstraction, 추상화
Encapsulation, 캡슐화
Inheritance, 상속
Polymorphism, 다형성
new 키워드를 통해 인스턴스화할 수 있는 클래스. 즉, 청사진(blueprint)을 모두 구현한 클래스. 참고
클래스의 청사진