OOP, Object-Oriented Programming

  • Abstraction, 추상화

  • Encapsulation, 캡슐화

  • Inheritance, 상속

  • Polymorphism, 다형성

    concrete class

    new 키워드를 통해 인스턴스화할 수 있는 클래스. 즉, 청사진(blueprint)을 모두 구현한 클래스. 참고

    interface

    클래스의 청사진

Last updated 2025-05-28 01:37:05 UTC