filmov
tv
C++ Program - array of objects in C++

Показать описание
C++ Program - array of objects in C++
Write a C++ program to design the class Student containing data members Rollno, name and age. Include a method named display() for display the student information. Include default constructor and parameterized constructor with default argument to initialize the data members.
Display three students’ details, using array of objects
#arrayofobjects #program
Write a C++ program to design the class Student containing data members Rollno, name and age. Include a method named display() for display the student information. Include default constructor and parameterized constructor with default argument to initialize the data members.
Display three students’ details, using array of objects
#arrayofobjects #program