文件名称:CS2---Assignment1
介绍说明--下载内容均来自于网络,请自行研究使用
an advance data type to represent a student at PMU. Name this class PMUStudent". The following should be the members of this class:
1- string name //this member will hold the name of the student
2- string major //this member will tell the major of the student
3- double gpa //this will tell the so-far gpa of the student
4- int year //this will have the values 1, 2, 3, 4. The value 1 is for 1st year student and 4 is for final year
All of these member variables should be private. Also create the following public member functions for this class:
1- constructors (default and overloaded)
2- getter (accessor) and setter (mutator) functions for each member variable
3- a function to print any object of this class. This function Print should print an object like this:
Ali, Computer Science
first year student, gpa=3.5
-an advance data type to represent a student at PMU. Name this class PMUStudent". The following should be the members of this class:
1- string name //this member will hold the name of the student
2- string major //this member will tell the major of the student
3- double gpa //this will tell the so-far gpa of the student
4- int year //this will have the values 1, 2, 3, 4. The value 1 is for 1st year student and 4 is for final year
All of these member variables should be private. Also create the following public member functions for this class:
1- constructors (default and overloaded)
2- getter (accessor) and setter (mutator) functions for each member variable
3- a function to print any object of this class. This function Print should print an object like this:
Ali, Computer Science
first year student, gpa=3.5
1- string name //this member will hold the name of the student
2- string major //this member will tell the major of the student
3- double gpa //this will tell the so-far gpa of the student
4- int year //this will have the values 1, 2, 3, 4. The value 1 is for 1st year student and 4 is for final year
All of these member variables should be private. Also create the following public member functions for this class:
1- constructors (default and overloaded)
2- getter (accessor) and setter (mutator) functions for each member variable
3- a function to print any object of this class. This function Print should print an object like this:
Ali, Computer Science
first year student, gpa=3.5
-an advance data type to represent a student at PMU. Name this class PMUStudent". The following should be the members of this class:
1- string name //this member will hold the name of the student
2- string major //this member will tell the major of the student
3- double gpa //this will tell the so-far gpa of the student
4- int year //this will have the values 1, 2, 3, 4. The value 1 is for 1st year student and 4 is for final year
All of these member variables should be private. Also create the following public member functions for this class:
1- constructors (default and overloaded)
2- getter (accessor) and setter (mutator) functions for each member variable
3- a function to print any object of this class. This function Print should print an object like this:
Ali, Computer Science
first year student, gpa=3.5
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CS2 - Assignment1.docx