5 member functions 5 characteristics and 5 objects of student
Answers
Answered by
1
Answer:
The objectCount data member is a static data member that contains the number of objects created of class Student. Student() is a constructor that increments objectCount each time a new class object is created. There are 2 member functions in class. The function getdata() obtains the data from the user and putdata() displays the data.
Explanation:
Similar questions