March 2023
Beginner
441 pages
5h 1m
English
A data member of type std::string called the name
A single-parameter, user-defined constructor which initializes the name
A getter function of type std::string called getname(), which returns the name’s value
An integer data member called the semester
A user-provided constructor that initializes the ...