What is the difference between IEnumerable and IEnumerable?
IEnumerable
I\'ve seen many framework classes implementing both these interfaces,
One returns an object of type Object, the other returns an object of type T.