Morgan Stanley Interview Question

How does an object oriented programming work?

Interview Answer

Anonymous

Oct 16, 2016

With object-oriented programming, a computer program is a group of objects that work together to get something done. Some simple programs might seem as though they consist of only one object—the class file. However, even those programs are using other objects to get work done.