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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to