Category Archives: Inheritance

Bank-Acount

A super class Bank has been defined to store the details of a customer. Define a sub-classAccount that enables transactions for the customer with the bank. The details of both theclasses are given below:Class name : BankData member/instance variable:name : … Continue reading

Posted in Inheritance | Leave a comment