Question about inheritance...

KraftDiner bobrien18 at yahoo.com
Sat Oct 22 17:40:09 EDT 2005


I have a base class called Shape
And then classes like Circle, Square, Triangle etc, that inherit from
Shape:

My quesiton is can a method of the Shape class call a method in Circle,
or Square etc...?




More information about the Python-list mailing list