Object Oriented Programming - Old Questions

1. Write a program to create a class Customer with data members customer Id, Name, and age. Put member functions to read and display values of data members. Also define constructors to initialize data members with default value. Finally create object to read and display data of 10 customers.

10 marks | Asked in Model Question