My overall goal at the moment is to call a method that is in a different class, there is no inheritance between the classes.
After researching i found the best way to do this was to initialise an instance of the object in the method I am trying to call it in. Is there a standard way to do this?
Any help will be greatly appreciated.