ruhul0

CurrentAccount

Feb 25th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1. public class CurrentAccount extends SavingAccount {
  2.  
  3.     public CurrentAccount(String memberName, int accountBalance, int minimumBalance, int tradenumber) {
  4.         super(memberName, accountBalance, minimumBalance, tradenumber);
  5.         // TODO Auto-generated constructor stub
  6.     }
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment