Object Oriented Programming - Old Questions
Question Answer Details
1. Write a program according to the specification given below:
- Create a class Account with data members acc no, balance, and min_balance(static)
- Include methods for reading and displaying values of objects
- Define static member function to display min_balance
-Create array of objects to store data of 5 accounts and read and display values of each object
Answer
AI Generated Answer
AI is thinking...