Polymorphism

KeyPoint!  characteristic of OOP

  1. Encapsulation(캡슐화, 은닉화)
  2. Polymorphism(다형성)
  3. Inheritance(상속성)

What is "Polymorphism"?