| 
  | 
On 15/10/2012 07:56 PM, Aydan wrote:
> Everything in Python is an object. Functions, classes, modules even integers are
> objects.
> So python is very much designed for OO.
Everything in JavaScript is an object. However, JavaScript does not have 
the concepts of "classes" or "inheritance" or "encapsulation". Whether 
you consider JavaScript to be "object-oriented" or not depends on what 
you consider "object-oriented" to actually mean...
 
 Post a reply to this message 
 | 
  |