Package com.dada.banking_project.models.Accounts
package com.dada.banking_project.models.Accounts
-
ClassDescriptionThis class represents a generic account.This class represents a checking account, a type of bank account that typically allows for frequent deposits and withdrawals.SavingAccount is a subclass of the Account class that represents a savings account.