IzuchukwuN / The-Mini-Library

0 stars 0 forks source link

Method Overloading for search method #16

Open IzuchukwuN opened 5 months ago

IzuchukwuN commented 5 months ago

This will solve the method overloading requirement. The search method should be able to take 1 of 3 parameters. (String Genre), (Int pNum), or (String Genre, pNum). The user should be able to choose what type of search they want to use. This should work in tandem with the "Search extended #15" task that Rosaire is working on.