Question d’entretien chez Cognizant

Explain the concept of object-oriented programming (OOP).

Réponse à la question d'entretien

Utilisateur anonyme

21 mai 2024

• OOP is a programming paradigm based on the concept of “objects”, which are instances of classes. It uses principles like encapsulation, inheritance, polymorphism, and abstraction to create reusable and modular code.