Currently ,Managing few algorithms which perform set of normal operations on set of Student object.
I wanted to make these algorithm generic , so that we can perform those operations on others Object like Student.
I see in my legacy code base, redundant code can be replaced by Generic-Based Code.
What is best way / good practice for converting Non-Generic code to make it Generic ?