Hi, I'm new here
Basically I have a class called BonusSavingsAccount which extends another class called SavingsAccount and my tutorial says that the BonusSavingsAccount should "override its (SavingsAccount) earnInterest() method and boost the effective original benefit by 50% of that benefit if the balance on the account is more than 1000". I don't understand what to do here, please help.