Define the class Student which has private members name, department, and mark. It has public members set(), getMark), get() (to get the student's name and department), print(), and a default parameterized constructor (with default values "" as a name, as a department, and 0 as a mark). Define a class called Section which has private members number (of type string), ymberQStudents.(of type int), and a pointer p (of type Student). It has public members set(), print(), and a default parameterized constructor (with default values "" as a section number, and 0 nymberOfStudents), and a destructor. The class also has a member function average() to find the section average, and a copy constructor. Write the definition of the two classes Student and Section with their implementations. Use the following driver: void output(Section); int main(_) { void output(Section u) { Yprint); Section abc; abc.set("01", 3); abc.print(); output(abc); return 0; Sample input / output: Enter information of section 01, it has 3 students for each student enter the name, department, and mark. Ali Physics 76 Omar Computer 92 Hassan Civil 83 Section 01 has 3 students, and mark average of 83.6667 Section 01 has 3 students, and mark average of 83.6667

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Define the class Student which has private members name, department, and mark. It has public members set(),
getMark), get() (to get the student's name and department), print(), and a default parameterized constructor
(with default values "" as a name, "" as a department, and 0 as a mark).
Define a class called Section which has private members number (of type string), umberQStudents.(of type
int), and a pointer p (of type Student). It has public members set(), print(), and a default parameterized
constructor (with default values "" as a section number, and 0 numberOfStudents), and a destructor. The class
also has a member function average() to find the section average, and a copy constructor.
Write the definition of the two classes Student and Section with their implementations.
Use the following driver:
void output(Section);
int main(_)
{
void output(Section u)
{
Y-print);
Section abc:
}
abc.set("01", 3);
abc.print);
output(abc);
return 0;
Sample input / output:
Enter information of section 01, it has 3 students
for each student enter the name, department, and mark.
Ali Physics 76
Omar Computer 92
Hassan Civil 83
Section 01 has 3 students, and mark average of 83.6667
Section 01 has 3 students, and mark average of 83.6667
Transcribed Image Text:Define the class Student which has private members name, department, and mark. It has public members set(), getMark), get() (to get the student's name and department), print(), and a default parameterized constructor (with default values "" as a name, "" as a department, and 0 as a mark). Define a class called Section which has private members number (of type string), umberQStudents.(of type int), and a pointer p (of type Student). It has public members set(), print(), and a default parameterized constructor (with default values "" as a section number, and 0 numberOfStudents), and a destructor. The class also has a member function average() to find the section average, and a copy constructor. Write the definition of the two classes Student and Section with their implementations. Use the following driver: void output(Section); int main(_) { void output(Section u) { Y-print); Section abc: } abc.set("01", 3); abc.print); output(abc); return 0; Sample input / output: Enter information of section 01, it has 3 students for each student enter the name, department, and mark. Ali Physics 76 Omar Computer 92 Hassan Civil 83 Section 01 has 3 students, and mark average of 83.6667 Section 01 has 3 students, and mark average of 83.6667
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY