Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • Thanks @0x5453 very much for the reference , I understand the classic Diamond problem but what I'm unable to understand is was it allowed to have multiple inheritance from two classes which inherited from another class which inherited from another class /object. The reason is I can deal with the functional attribute/method overlook as in the Diamond problem but the code throws a run-time error and doesn't execute. Or simply I would be interested to understand best way to implement multiple inheritance in Python 2.7 for a common parent class , if at all it is possible. Commented May 25, 2020 at 15:32