Object-Oriented Programming (OOP)

Home > Computer Science > Software Engineering > Programming languages > Object-Oriented Programming (OOP)

OOP refers to a programming paradigm that focuses on the use of objects and classes to build software solutions. It comprises encapsulation, inheritance, and polymorphism.