Feedback for subjective question
Question 1: Write a program which contains a class Account. The class should contains three data members Name, AcNo. and Balance. The class shouls further contains two constructors i.e. default constructor and parameterized constructor. Overload the stream insertion operator (<<) for this class.
Current Answer:
Be the first to post an answer to earn 100CR.