Answered step by step
Verified Expert Solution
Link Copied!

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 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

AutoCAD Database Connectivity

Authors: Scott McFarlane

1st Edition

0766816400, 978-0766816404

More Books

Students also viewed these Databases questions