To call a method in a class, you need a reference to that class(ignoring static methods).

Sometimes you need to pass that reference from one class where it was assigned a value to the class that...