FileDocCategorySizeDatePackage
BankAccount.javaAPI DocExample368Thu Feb 17 20:00:56 GMT 2000AccountingMgmt.Account

BankAccount.java

/*----------------------------------------------------------------------------
Copyright (c)2000 TogetherSoft LLC. Patents pending. All rights reserved.
----------------------------------------------------------------------------*/

package AccountingMgmt.Account;

/** @stereotype thing */
public class BankAccount extends Account {
    private int type;
}