FileDocCategorySizeDatePackage
SavingsAccount.javaAPI DocExample214Fri Jan 31 06:28:10 GMT 1997bank.server

SavingsAccount.java

package bank.server;

import java.rmi.RemoteException;

public class SavingsAccount extends Account implements RemoteSavingsAccount {
    public SavingsAccount() throws RemoteException {
	super();
    }
}