Check this๐
Full Playlist Link: https://youtube.com/playlist?list=PLox-t2Mz_nvu-jZNegtVMK1YaptJXGCEw
Note- Sometimes all test cases will not pass or sometimes verify button will not work. But don't panic, just focus on getting right output without doing changes in the Tester class. Our priority is learning concepts in detail.
Stay Curious, Keep Learning๐
Method Overriding Article link: https://www.geeksforgeeks.org/overriding-in-java/
Problem Statement:
EPay Wallet is a wallet application using which users can pay various bills. Users can make payments only if they have enough wallet balance.
There are two kinds of users โ User and PremiumUser. PremiumUser gets reward points for every payment.
Implement the classes based on the class diagram and description given
#polymorphism #methodoverriding