OOPS
Object-Oriented Programming (OOPs) is a programming paradigm that organizes code into objects — reusable units that combine data and behavior. It focuses on key principles like Encapsulation, Inheritance, Polymorphism, and Abstraction, making software more modular, maintainable, and scalable.