hbarton2 / cscd350-f24-SWAGCRAFT

0 stars 0 forks source link

Add Parameter #10

Closed Thomaslongwell closed 2 weeks ago

Thomaslongwell commented 2 weeks ago

In Methods.py, create a addParameter() method that takes the input of a class name and method name. The method will prompt for one or all methods with that name (only if overloaded), then a new parameter name and type. It'll fail if the class or method name does not exist, or if new parameter matches an existing one.