In a C++ program, create a Student class, where attributes associated with each student are name, registration number, father name, degree and department. All attributes should not be accessed...


In a C++ program, create a Student class, where attributes associated with each student are name, registration number, father name, degree and department. All attributes should not be accessed directly. One can view the details of all students. Note student attributes can not be changed by any
means after initialization. (Hint use constant objects)



Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here