What is Object-Oriented Programming (OOP)?
- OOP is a programming paradigm that organizes software around objects, which
contain data (fields/properties) and behavior (methods/functions).
- Helps model real-world entities and their interactions.
contain data (fields/properties) and behavior (methods/functions).