This is a simple model of Online Banking system based on Object oriented design. It features a hypothetical bank name 'Doon Bank', in which users can create and maintain their account. The admin has control over the Banking system.
It includes two files-/n 1.Bank.h: This is a header file which contains all the required methods and classes used by the system. 2.Main.cpp: This contains the source code of the main program(function).