Question: hey i need the program in c++ amd can .h can be in public and private Program Specification: You have the following files student.h, student.cpp,

Program Specification: You have the following files student.h, student.cpp, node.h, node.cpp, and main.cpp Use suitable information encapsulation techniques (i.e. data members should be private and a function not changing the object should be constant). Public member functions for the student class should include the following: A default constructor in which the student's name is "undefined" and number is o A parametrized constructor in which the user specifies the two parameters for the object's data members. You may combine the default and parameterized constructor one. Feel free to ask me for clarification Getters and Setters which return and update their respective data member values Overload the William, 40x61fd58 ]->[mary, 30x61fd78 )->[ ade 20x61fd98 )-> borris, 110] Grading student class node class Main program Documentation & formatting 20% 30% 30% 20% *** NOTE: Your code must compile and execute within the laboratory environment. Code that does not compile will result in a mark of ZERO for the entire assignment. *** 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
