Question: just make sure you follow the question. And its java program that have two class. one of them is called studentdemo has the main method.


just make sure you follow the question. And its java program that have two class. one of them is called studentdemo has the main method. another one called student contains the other method
Implement a Student class that has the following private attributes: name (String) . id (String) startYr (int) gradYr (int) and the following methods: Constructor (that sets the name, id, startYr, gradYr from defined values) .Get and set methods toString() method returns the name and ID of the student Then create a StudentDemo class to create and use Student objects. The StudentDemo class contains the main method. Use a Scanner object to read the attributes for a Student object. Create a Student object by passing in the attributes read in by the Scanner object
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
