why do we write a Generic method
why not is it enough to return Generic type alone?
i know why we use generic concepts in C#
and the differnece betwene using arraylist and Generic
But this Generic Methods has been a difficult thing to understand
somebody help me the process behind that ..like forexample Arraylist works out with the cost of upcasting to object.
so like that is there any advantage in using generic methods.