In this tutorial you will learn:
1. How to use inheritanace in program?
2. The advantages of inheritance?
3. How base and derived class functions work together?
4. C++ syntax
As told before inheritance is very useful in terms of reliability and reuse of the code. In this part of the tutorial I have made a small program to demonstrate how can we make better use of the inheritance by implementing it in some practical situation like account management of some client of a bank.
There are two type of accounts in bank, one is the current account and
Add new comment