149k views
5 votes
Assume the existence of a Bank Account class. Define a subclass, Savings Account that contains the following: a double instance variable, interest Rate a constructor that accepts a parameter of type double which is used to initialize the instance variable

User Dan Lorenc
by
5.6k points

1 Answer

5 votes

The solution is in the attachment

Assume the existence of a Bank Account class. Define a subclass, Savings Account that-example-1
User David Casillas
by
5.7k points