文件名称:CS2---Assignment1
-
所属分类:
- 标签属性:
- 上传时间:2013-03-16
-
文件大小:15.16kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.