In this project we will discuss about OOPS programming concept and below are the summaries point:-
Bank account simulation program developed in Java with OOPS concepts like inheritance and encapsulation.
The program allows adding customers, performing deposits, withdrawals, and overdrafts.
Different classes are utilized, including a base class (BankAccount) and a child class (CheckingAccount).