is Python fully object oriented ?

Grant Edwards grante at visi.com
Thu Jan 11 10:51:31 EST 2001


In article <20010110184830.13286.00000826 at ng-fg1.aol.com>, Crutoy wrote:

>Hi , i haven't used Python but i do have experience in other languages vb ,
>java , c++ . Is Python a fully object oriented ? Thanks

It's not fully-object-oriented in the way that Smalltalk is.
There are some basic types that aren't classes.  For example,
you can't subclass a string or an integer in Python.

-- 
Grant Edwards                   grante             Yow!  PUNK ROCK!! DISCO
                                  at               DUCK!! BIRTH CONTROL!!
                               visi.com            



More information about the Python-list mailing list