Exam (elaborations)
COS 1512 ASSIGNMENT 2
- Course
- COS 1512 ASSIGNMENT 2
- Institution
- Johns Hopkins University
Question 1 Consider the following structure used to keep record of a meeting: struct Meeting { string speaker; string topic; string venue; string date; } Turn the meeting struct into a class. The class should have member variables for all the values in the corresponding struct. Make all m...
[Show more]