Question: Create a project in Visual Studio for the following class using header (.h), implementation(.cpp) and client files(containing main() ) Course Private +number (string) +credits (int)
Create a project in Visual Studio for the following class using header (.h), implementation(.cpp) and client files(containing main() ) Course Private +number (string) +credits (int) +title (string) Public accessors, mutators, default constructor Default constructor sets all fields to empty string or 0 value In main() Create two course objects, one for CSC111 and another for CSC211. Use available information to set the attributes of the objects.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
