COS 1512 ASSIGNMENT 2
Johns Hopkins University
Here are the best resources to pass COS 1512 ASSIGNMENT 2. Find COS 1512 ASSIGNMENT 2 study guides, notes, assignments, and much more.
All 1 results
Sort by:
-
Exam (elaborations)
COS 1512 ASSIGNMENT 2
-
---8September 20212021/2022A+
- 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 member variables private. 
Include public member functions for each of the following: 
 a default constructor that sets the string data members to blank strings; 
 member functions to set each of ...
-
$3.99 More Info
AcademicFountain