Pergunta de entrevista da empresa Infosys

What is Object Oriented Programming?

Resposta da entrevista

Sigiloso

8 de jul. de 2023

OOP stands for Object-Oriented Programming. It is a programming paradigm that organizes software design around objects, which can contain data and code that manipulates that data. In OOP, objects are instances of classes, which are templates or blueprints for creating objects.