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++ programmingc++ programming Note: Problem 1, 2 should have 3 files, header file,

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!