OOP Core Properties
Summary node grouping encapsulation, abstraction, inheritance, polymorphism.
ooppropertiesUpdated 2025-09-01
Encapsulation
- Hide internal state behind methods
Abstraction
- Expose what object does not how
Inheritance
- Reuse & specialize behavior
Polymorphism
- Single interface, multiple implementations