Package | Description |
---|---|
ejava.examples.orm.inheritance.annotated |
Modifier and Type | Method and Description |
---|---|
void |
Account.deposit(double amount) |
void |
InterestAccount.withdraw(double amount) |
abstract void |
Account.withdraw(double amount) |
void |
CheckingAccount.withdraw(double amount) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.