About classes and OOP in Python

bruno at modulix onurb at xiludom.gro
Wed Apr 12 07:10:55 EDT 2006


Gregor Horvath wrote:
> Steven D'Aprano schrieb:
> 
> 
>>I don't know of many other OO languages that didn't/don't have
>>inheritance, 
> 
> 
> VB4 - VB6
> 
VB6 has a kind of inheritance via interface/delegation. The interface
part is for subtyping, the delegation part (which has to be done
manually - yuck) is for implementation inheritance. Needless to say it's
a king-size PITA...

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list