• Use Time class, write a constructor which uses the current time (taken from the system through time.h library) to initialize the object of Time class
• Collect the attributes of the students which are required by the University. Create a class Student which allows the user to create object for each student by passing his/her roll number while creating the object. Write public functions which take the user information as input and save them in private data members. You should also provide functions which should print the students’ information in a presentable format. (Must provide output snapshots)
|