class-oriented

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 by true OO and what are the advantages of this over the class/template approach? ...

What is the difference between class oriented and object oriented programming ?

Any interesting explanations, links, or articles so I can get a good idea? People often say things like java is class oriented, it's not totally object oriented. I have also heard similar things in interviews. I am interested in knowing if these sort of statements are true. ...