Hello all,
if I have to modules that both inherit the same class.
the same method is defined in both inherited classes.
how to know which of the two new methods will be executed first?
where is the best documentation about this concept? Can we talk about multi inheritance?
thanks to guide me