[Tutor] COP vs OOP

Bernard Lebel python at bernardlebel.com
Tue Jan 18 00:07:27 CET 2005


Max Noel wrote:
    if you're only using static (class) methods, then your class
> can't/needn't be instanciated, and then is nothing more than the 
> equivalent of a Python module. I think that's what Alan means by 
> class-oriented programming.


Okay... so if I follow you, a class that has methods not part of itself, 
it's not a static class...? So should I understand that a class that 
gets inherited methods can be considered OOP?


Thanks for answering my questions!
Bernard



More information about the Tutor mailing list