Question d’entretien chez Lockheed Martin

What is Object Oriented Programming?

Réponse à la question d'entretien

Utilisateur anonyme

1 nov. 2016

It's a programming paradigm whereby objects contain the relevant datatypes to be computed upon. The instantiation of objects allows them to be allocated with respect to the necessity of the computational task. It also allows for other interesting concepts such as polymorphism and inheritance.

1