Question: By using Java OOP language please solve the question below, also please share the code's itself in a digital form so that I can copy
By using Java OOP language please solve the question below, also please share the code's itself in a digital form so that I can copy the code and study on it.

Create an abstract class 'Bank' with an abstract method 'getBalance'. $100,$150 and $200 are deposited in banks A, B and C respectively. 'BankA', 'BankB' and 'BankC' are subclasses of class 'Bank', each having a method named 'getBalance'. Call this method by creating an object of each of the three classes. For example
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
