A list of methods to be excluded from being overloaded can be passed to `mergeclasses` via the argument `exclude_overload`.
The methods are handled similarly to `__init__`, i.e., all the method instances from each merging class are executed, rather than being overloaded by the method instance from the rightmost class.
Each method instance is passed just the arguments required in its signature, and no exception is raised for any exceeding argument passed.