Object-oriented programming (OOP) is a programming paradigm centered around the concept of objects, which are instances of classes, encapsulating data and behavior together. This approach promotes code reusability, scalability, and organization through principles such as inheritance, encapsulation, polymorphism, and abstraction.