Re: Not fully OO ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lawrence D'Oliveiro

    Re: Not fully OO ?

    In message <48d4c11b$0$228 77$426a74cc@new s.free.fr>, candide wrote:
    "... Python supports OOP and classes to an extent, but is not a full OOP
    language."
    Python allows you to use OO-style constructs, but doesn't force you to have
    inheritance and subclasses if you don't want to. Duck typing is usually a
    much more flexible approach.
Working...