On 2017-05-18 00:06, Ed Leafe wrote:
On May 17, 2017, at 6:44 PM, mbsoftwaresolutions@mbsoftwaresolutions.com wrote:
So what language has MULTIPLE PARENT inheritance? Java?
Java does. Python too.
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.