Class B inherits from Class A.
I call: GetComponent.SomeFunction();
GetComponent.SomeFunction();
Class B is on the component, and it overrides SomeFunction()
SomeFunction()