Problem Statement
What does Object Oriented Programming mainly focus on?
Explanation
Object Oriented Programming models real-world entities as objects that contain both data and behavior. This makes programs modular, reusable, and easier to maintain compared to procedural approaches.
