hbarton2 / cscd350-f24-SWAGCRAFT

0 stars 0 forks source link

Rename A Method #11

Closed Thomaslongwell closed 2 weeks ago

Thomaslongwell commented 2 weeks ago

In Methods.py, create a renameMethod() method that takes the input of a class name, old method name, and it will prompt for one or all methods with that name (only if overloaded), then new method name. It will fail if class or method does not exist or if new name is the same as the one with the same parameter list.