- 1
Can any one solve this c++ problem?
Write a C++ Program in which you have to take a class account with data members Account No. Account Title Balance Write its constructor, getter and setter functions, and display function. Also write a function to find the balance of account. Use dynamic memory allocation for account title data member.
1 Respuesta
+ 1
Show us where you got stuck?