Inheritance question

Tzury Bar Yochay Afro.Systems at gmail.com
Tue Mar 25 14:47:05 EDT 2008


Hi all,

I would like to thank you all for all the suggestions.
what I did was simply extending the super class data with data from
its child

using the id example, Foo.id = 1 is now = [1] and the FooSon does
self.id.append(2)

the system designer wanted inheritance+java and I wanted Python
+Functional Programming
i guess we will meet somewhere in the middle

thanks again
tzury



More information about the Python-list mailing list