Question: You will sort an array of objects - using any of the sort methods ] or the Selection sort. It's your choice. Use the following
You will sort an array of objects - using any of the sort methods ]\\\ or the Selection sort. It's your choice. Use the following criteria for your assignment:
The object class should be a Student with the following attributes:
id: integer
name: String
write the accessors, mutators, constructor, and toString().
In your main test class you will write your main method and do the following things:
Create an array of Student objects with at least 5 students in your array.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
