Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 340 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 340 Bytes

🔥Object Oriented Programming

OOP is based on the idea of creating objects that contain both data and functions that can manipulate that data. This makes software development more efficient and helps to avoid code duplication.

Four pillars of oop:

1. Encapsulation

2. Polymorphism

3. Abstraction

4. Inheritance