Design an Application called Student Course Management create interface called Student Course add an abstract method called ad Course add an abstract method called viewCourse add an abstract method called addFee() (Fee Range is 5000 to 20000) if course fee is more than 10000 then student will get 10 percent Disc. otherwise no Disc. Note: Make sure that all the method will throws checked exception If we enter the course fees more than 20000 then an exception raise (The Course Fees cannot applicable) And this interface must be implement at least two class(Two COURSE)

Solved
Show answers

Ask an AI advisor a question