Hello guys ,
I am new to java bassically I used to C++ and C#
I stuck with a little problem here :
I have to make a new interface class Comparable
to make a Student class that imlements comparable
and to make an alghorithm that will recieve an array of Comparale (s) (that will be a students ) and sort them
Comparable need to have only one function
int compareto
can someone please help me how do I make this interface
and student classes that the alghoritm will sort students ??

