Lockheed Martin interview question

What is Object Oriented Programming?

Interview Answer

Anonymous

Nov 1, 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