Object-Oriented Programming Languages (OOP)
Object-oriented languages are designed around the concept of "objects," which encapsulate data and behavior. These languages allow you to create classes that define the structure and behavior of objects, enabling code reusability and modularity. Common examples are Java, C++, and Python.