Question d’entretien chez Infosys

What is Object Oriented Programming?

Réponse à la question d'entretien

Utilisateur anonyme

8 juil. 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.