Page 1 of 1

Question 1: Design a simple Online Bank Management System using OOP concepts in JAVA. Create at least 4 classes excludin

Posted: Wed Apr 27, 2022 3:37 pm
by answerhappygod
Question 1 Design A Simple Online Bank Management System Using Oop Concepts In Java Create At Least 4 Classes Excludin 1
Question 1 Design A Simple Online Bank Management System Using Oop Concepts In Java Create At Least 4 Classes Excludin 1 (59.13 KiB) Viewed 38 times
Question 1: Design a simple Online Bank Management System using OOP concepts in JAVA. Create at least 4 classes excluding test class. All content and output belongs to you. You can code the solution however you want, using at least three OOP concepts. You should define a function where customers will withdraw money according to thei different status. In your test class you should create at least 3 different objects. The prompt messages for the user and outputs are entirely up to you. You should dev your own solutions. If your code does not work, you will not get points. You should not have syntax erro your implementation. You get zero when your code is found to be similar to another code. Write which OOP concept you use in which class in the table. Leave blank if you don't Briefly explain why you need this concept. (20 points) Inheritance Polymorphism Abstraction Encapsulati Hint: Example classes : Admin, User, Account, Current Account, Savings Account, Branch, Transaction. Example methods: create account, check, deposit, withdraw. Example variables: name, date, password, transactionID, accountID.