RTX Interview Question

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

Interview Answers

Anonymous

May 13, 2015

Programs aren't object oriented. Languages can be.

3

Anonymous

Mar 4, 2014

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