Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 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. setFirstNamestring firstname setLastNamestring lastname setStudentIdstring 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started