Question: Instructions Fork this project. If you don't fork this project you will get a 0 for this assignment. Your professor needs a class that will

Instructions
Fork this project. If you don't fork this project you will get a 0 for this assignment.
Your professor needs a class that will store a Student.
The class Student has been created, but hasn't been defined.
The student class should have the following data: First Name Last Name Student ID
In your class, name your instance variables whatever you want, but make sure to keep them private.
You should create methods to expose the data. Create the methods with the following names: getFirstName() getLastName() getStudentId()
You should also create methods to set the data. setFirstName(string firstname) setLastName(string lastname) setStudentId(string studentid)
Submit your project link to canvas when tests are satisfied.
The project will not compile until you start creating and implementing the student class.
If necessary you can resubmit your project.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!