Logo 
Search:

C++ Programming Article

Submit Article
Comments on Program for Banking Application
Category: C++ Programming (Beginners)    Author: Easy Tutor

Define a class to represent a bank account. Include the following members:

Data Members
1 Name of the depositor
2 Account Number
3 Type of account
4 Balance amount in the account

Member function
1 To assign initial values
2 To deposit an amount
3 To withdraw an amount after checking the balance
4 To display name and Balance

write a main program to test the program.


PARHAI MARING
PARHAI MARING from IndiaSep 29
I think the Programme doesn't work at Turbo C++, pops up the message as " Error Directive: Use C++ for the type iostream" , Can you solve me this....


Please enter your Comment
  • Comment should be atleast 15 Characters.
  • Please put code inside [Code] your code [/Code].