N
Neil Wilson
It is a bunch of rules that attempts to resolve name conflicts,
parameter mismatches and dispatch problems all of which pop up when
modules collide in the same namespace.
The classic one is if you inherit 'foo' from two parent classes, what
happens when you call 'super'?
parameter mismatches and dispatch problems all of which pop up when
modules collide in the same namespace.
The classic one is if you inherit 'foo' from two parent classes, what
happens when you call 'super'?