
Kyle B.
asked 05/25/21java programming language/ interface and abstract OOP
- Part I
- Write an interface for a Bank application.
- Part II
- Write an abstract class for the interface written in Part I.
- Part III
- Write a Branch class from the abstract class written in Part II.
*deadline is after 2 hours
More
1 Expert Answer

Patrick B. answered 05/26/21
Tutor
4.7
(31)
Math and computer tutor/teacher
interface BankApp
{
}
abstract class BankAppRec
{
}
class BankBranch extends BankAppRec
{
}
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Patrick B.
Please post the ORIGINAL assignment05/26/21