Question: C++ Classes & Objects Add following constructors in the same Student class from Exercise 182: Student (Default constructor Student(string firstName, string lastName, int studentID) In
C++

Classes & Objects Add following constructors in the same Student class from Exercise 182: Student (Default constructor Student(string firstName, string lastName, int studentID) In the 'main' function do the following: (1) Create a student object 'student1'. (2) Use constructor to assign StudentID: 6337130 firstName: Sandy . lastName: Santos (3) Display the students detail using the print method: 6337130 Sandy Santos TTY 14.10.1: Lab 5 - Classes - Exercise 3 0110 main.cpp
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
