Tagged Questions

7
votes
8answers
958 views

What is meant by the term “true” object orientation

I have been hearing a lot about Ruby and possibly even Javascript being "true" object oriented languages as opposed to C++ and C# which are class oriented (or template based) languages. What is meant ...