Interview question: difference between object and object-oriented languages.
Posted
by Bar
on Stack Overflow
See other posts from Stack Overflow
or by Bar
Published on 2010-04-28T18:49:32Z
Indexed on
2010/04/28
18:57 UTC
Read the original article
Hit count: 222
My friend was asked the following question: what's the difference between object language and object-oriented language?
It's a little unintelligible question. What does term «object language» correspond to? Does that mean «pure» object-oriented language, like the Wikipedia article says:
Languages called "pure" OO languages, because everything in them is treated consistently as an object, from primitives such as characters and punctuation, all the way up to whole classes, prototypes, blocks, modules, etc. They were designed specifically to facilitate, even enforce, OO methods. Examples: Smalltalk, Eiffel, Ruby, JADE, VB.NET.
© Stack Overflow or respective owner