Object-Oriented Programming
Object-Oriented Programming
- Classes and objects
- Encapsulation:
- Hide data members and allow access only through member functions
- Inheritance:
- Inherit or override base class data and function members
- Polymorphism:
- Objects behave differently at run-time depending on its type