If "yourClass" is a Class object represent your class, "yourInst" is an instance of your class, and strMethod is a string containing the name of the method to be invoked, then there are 2 approaches, depending on whether all the methods have unique names or whether at least...