Project
3
Design
a project that includes the following:
…design a course class (3 instance variables – int id, int hours, char letter_grade)
…have
6 methods in the above – for receiving and returning values
…design
a human class (2 instance variables – String name, int age)
…have
4 methods in the above – for receiving and returning values
…design
a student class (2 instance variables – vector of courses[4], char gender)
…have
methods in the above – for receiving and returning values
Design
a course application that has a main method. It’s instance variables will
be an array of student objects[3] and a University name. This class will
control the entry of data for all objects and subsequent printing. All code
is in methods (not main)
Final
report will be sorted on a student’s gpa.
You
must use methods from 10 predefined classes and include 3 predefined
constants.
I will discuss in class -- we will build a GUI interface to control the application