Object Oriented Programming - Old Questions
Question Answer Details
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.
Answer
AI Generated Answer
AI is thinking...