Re: Not fully OO ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • James Mills

    Re: Not fully OO ?

    This is wrong. Python _is_ a full OOP language.
    Everything form modules, functions to basic data types are an object.

    --JamesMills

    On Sat, Sep 20, 2008 at 7:23 PM, candide <candide@free.i nvalidwrote:
    Excerpt quoted from http://www.astro.ufl.edu/~warner/prog/python.html :
    >
    "About Python: Python is a high level scripting language with object
    oriented features.
    (...)
    Python supports OOP and classes to an extent, but is not a full OOP
    language."
    >
    >
    Thanks for any comment.
    --

    >


    --
    --
    -- "Problems are solved by method"
  • =?UTF-8?Q?M=C3=A9ta-MCI_=28MVP=29?=

    #2
    Re: Not fully OO ?

    Hi!
    Everything ... are an object.
    It's true ; but a language built around the objects, and OOP, are two
    different concepts.

    @-salutations
    --
    Michel Claveau


    Comment

    Working...