Class Variable Access and Assignment

Paul Rubin http
Thu Nov 3 13:01:04 EST 2005


Steven D'Aprano <steve at REMOVETHIScyber.com.au> writes:
> Then you don't approve of inheritance? That's fine, it is your choice, but
> as far as I know, all OO languages include inheritance.

Some OO languages only implement inheritance for method calls.  Class
variables don't get inherited.



More information about the Python-list mailing list