Question: IN JAVA PLEASE Student -name: String -studentID: int + Studento) + Studentin: String, id : int) + setID(id:int): void + setName(name : String):void + getID():

IN JAVA PLEASE Student -name: String -studentID: int + Studento) + Studentin:IN JAVA PLEASE

Student -name: String -studentID: int + Studento) + Studentin: String, id : int) + setID(id:int): void + setName(name : String):void + getID(): int + getName():String 1- Write a class declaration for Student class and add the two variables to the class declaration name: This field is a String variable that holds the student's name. studentID: The studentID is an int variable that holds the student's ID number. 2. The class should have the following constructors: A constructor that accepts the following value as argument and assigns it to the appropriate fields: student's name and student's ID number. A no-arg constructor that assigns empty strings ("") to the name, and to the studentID field. 3. Write mutator methods that store values in these fields and accessor methods that return the values in these fields as in above UML diagram. 4. Once you have written the class, write a separate program that creates two Student objects to hold the following data: name studentID Omer 2011111 Amal 2100001

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!