Using C++, write a class Students TimeTable which has the following attributes: Student_ID, Student Name, Subject_name, Section, Course_Instructor, Class_Time Add the following functions in your class A. A default constructor B. A constructor that sets all variables of the class C. A copy constructor D. Appropriate get and set functions to get and set all attributes E. Function to search the student by Student ID F. Function to display time table of student containing the section, subject, teacher information and class timing. G. An operator overloadingfunction to compare if students class timings are same and display student's information having time conflict. (HH:MM:SS:MS) H. An operator overloading! = function to compare if students class timings are same and display student's information having time conflict. (HH:MM:SS:MS) I. A function to print the information of the class Students_TimeTable. Write a program to test various operations on the objects of the class Students_TimeTable. Make a record of 10 students using Arrays of type Students TimeTable.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter12: Adding Functionality To Your Classes
Section12.2: Providing Class Conversion Capabilities
Problem 2E
icon
Related questions
Question

Please provide the screenshot of the code within the compiler FIRST( or just the compiler, no need for the text).

Using C++, write a class Students TimeTable which has the following attributes:
Student_ID, Student_Name, Subject_name, Section, Course_Instructor, Class_Time
Add the following functions in your class
A. A default constructor
B. A constructor that sets all variables of the class
s of
C. A copy constructor
D. Appropriate get and set functions to get and set all attributes
E. Function to search the student by Student ID
F. Function to display time table of student containing the section, subject, teacher information and class
timing.
G. An operator overloading= function to compare if students class timings are same and display student's
information having time conflict. (HH:MM:SS:MS)
H. An operator overloading! function to compare if students class timings are same and display student's
information having time conflict. (HH:MM:SS:MS)
I. A function to print the information of the class Students_TimeTable.
Write a program to test various operations on the objects of the class Students_TimeTable. Make a record of
10 students using Arrays of type Students TimeTable.
Transcribed Image Text:Using C++, write a class Students TimeTable which has the following attributes: Student_ID, Student_Name, Subject_name, Section, Course_Instructor, Class_Time Add the following functions in your class A. A default constructor B. A constructor that sets all variables of the class s of C. A copy constructor D. Appropriate get and set functions to get and set all attributes E. Function to search the student by Student ID F. Function to display time table of student containing the section, subject, teacher information and class timing. G. An operator overloading= function to compare if students class timings are same and display student's information having time conflict. (HH:MM:SS:MS) H. An operator overloading! function to compare if students class timings are same and display student's information having time conflict. (HH:MM:SS:MS) I. A function to print the information of the class Students_TimeTable. Write a program to test various operations on the objects of the class Students_TimeTable. Make a record of 10 students using Arrays of type Students TimeTable.
Expert Solution
steps

Step by step

Solved in 5 steps with 4 images

Blurred answer
Knowledge Booster
Reference Types in Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr