Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help me with these 2 questions. thank you Create a class called Student that represents a South Seattle College student. The class should have

Please help me with these 2 questions. thank you image text in transcribed
image text in transcribed
Create a class called Student that represents a South Seattle College student. The class should have fields representing the student's String name, and int ID. Read the next two problems before you write the solution to this problem. Add two constructors to the class: 1) a no parameter constructor that sets the following as default values - name: "John Doe" and studentID 12345678 2) a constructor that takes parameters for each field. Your class should not contain any other fields or methods at this point. You may call functions you write for the next problems. Using your design and implementation of the above class add appropriate getter and setter methods to the class. (You do not have to retype the entire class, just type out the new methods requested.)

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

Students also viewed these Databases questions