Object-Oriented Programming
Programming paradigm based on objects.
OOP
Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which contain data in the form of fields and code in the form of methods. It is a programming style that emphasizes data abstraction, encapsulation, inheritance, and polymorphism.
Built by Tim Jones