0
When do we use generics?
I understand what generics are but why wouldn't we just specify an exact type?
2 Answers
+ 1
Found a good answer to my own question.
http://stackoverflow.com/questions/77632/what-is-cool-about-generics-why-use-them
+ 1
When the solutions are the same for different Types