Pregunta de entrevista de IBM

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

Respuesta de la entrevista

Anónimo

4 jun 2024

OOP is a programming paradigm based on the concept of objects. Objects encapsulate data (attributes) and behavior (methods). Key principles: encapsulation, inheritance, and polymorphism.