RTX interview question

What makes languages like java or c++ able to create object oriented programs?

Interview Answers

Anonymous

13 May 2015

Programs aren't object oriented. Languages can be.

3

Anonymous

4 Mar 2014

Their ability to support inheritance, encapsulation, polymorphism, etc...