On May 18, 2017, at 6:33 AM, mbsoftwaresolutions@mbsoftwaresolutions.com wrote:
Maybe it was Python learning. I did start reading a Java book but I don't think it was that. Wherever it was, I recall reading that the classes listed earlier (left) had dominance over those listed after, so if both class parents had the same method (or was it property?), whichever class was listed first (leftmost) would be the one that got called/referenced.
Exactly. When you call a method not defined in the current class, it will look it up from the super classes in order until the method is found.
-- Ed Leafe
--- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html ---