In message <48d4c11b$0$228 77$426a74cc@new s.free.fr>, candide wrote:
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.
"... Python supports OOP and classes to an extent, but is not a full OOP
language."
language."
inheritance and subclasses if you don't want to. Duck typing is usually a
much more flexible approach.