In Methods.py create the Remove_Method function. To be able to remove unnecessary methods from a class by providing the class name and method name. Requires class name and old method name, prompt for one or all methods with that name (only if overloaded), then new method name. Fails if class or method does not exist or if new name is the same as one with the same parameter list
In Methods.py create the Remove_Method function. To be able to remove unnecessary methods from a class by providing the class name and method name. Requires class name and old method name, prompt for one or all methods with that name (only if overloaded), then new method name. Fails if class or method does not exist or if new name is the same as one with the same parameter list