Question: c++ programming Note: Problem 1, 2 should have 3 files, header file, source file and a main program testing it. 1. Design 2 classes representing
c++ programming
Note: Problem 1, 2 should have 3 files, header file, source file and a main program testing it. 1. Design 2 classes representing AUC course and AUc student The AUCcourse would have at least the private fields (Variables): * name: string * semester: string finalLetter: string * credits: integer All the variables should have their respective setters and getters, and the class should have two constructors, one is the default constructor and the other constructor initializes its private variables with valid user input like that. AUC .coursecourse ( "CSCE 1101", "Fa 2017', , "A', , 3)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
