Question: Pls need help doing this project it is suppose to be in java language multiple classes would be preferred. Project: Bank System Your are asked
Project: Bank System Your are asked to design and implement a simple program that models the operations of a bank. Each bank account has one account owner. The bank distinguishes between two types of account owners, student and non student (person) and three types of accounts a basic account type, a student account type for students, and a "high roller" account type for anyone with high balance. The skeleton of the code has been provided. Please complete it. Hints: . Quite a bit of the design has already been done for you. Make sure you understand well the OOP concepts of inheritance and polymorphism before you write any code . Start with implementing the Person class and then Student. Then implement BasicAccount, StudentAccount and HighRollerAccount. Finally implement Bank. Build incrementally and test each component well in your Main class before you move on to the next. Project: Bank System Your are asked to design and implement a simple program that models the operations of a bank. Each bank account has one account owner. The bank distinguishes between two types of account owners, student and non student (person) and three types of accounts a basic account type, a student account type for students, and a "high roller" account type for anyone with high balance. The skeleton of the code has been provided. Please complete it. Hints: . Quite a bit of the design has already been done for you. Make sure you understand well the OOP concepts of inheritance and polymorphism before you write any code . Start with implementing the Person class and then Student. Then implement BasicAccount, StudentAccount and HighRollerAccount. Finally implement Bank. Build incrementally and test each component well in your Main class before you move on to the next
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
