Object Oriented Programming (OOP) is a programming paradigm in which software is split conceptually into individual units or objects that behave individually. Four key attributes are found in object oriented languages: encapsulation, modularity, polymorphism, and inheritance.
Example OOP languages include Java and C++.
The excellent Wikipedia article on this topic can be found here