IBM interview question

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

Interview Answer

Anonymous

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.