Class: A
pass
Class B(A):
pass
Class C(A):
pass
Class D©:
pass
Class E (B,D):
pass
While makig the tree structure of the problem for implementing C3 linearization. In the vlecture ow we decided that B wil the left child of E and D will be the right child of E.
As we can take D on the left also.