Question: Construct the Student Class Student.h and Student.cpp student class should add a Student.h header file for your class definitions and a Student.cpp implementation file comprised of first name, last name, ram id
- For each field, apply the proper get / set methods.
- Next, overload operators for comparison and output
Question 2: Construct the arrayListType class application will construct a new arrayListType for storing 40 students populate your list from students.txt
Request new student information from the user via the command line.
Loop through your array to check if this student is in your list. Output whether or not that student exists in the array.
Can you write this program in C++ language? Define every function.
Answer the following questions and also justify your answers with appropriate examples