Are they?
I mean, you could always downcast them for particular use, but then the
system would be well designed with intefaces instead of generics, and for
other uses I don't see any sense (collections excluded). Why do I need to
hold something of type 'object'? For what concrete usage? I am confused with
interfaces and generics... Please someone explain to me.
I mean, you could always downcast them for particular use, but then the
system would be well designed with intefaces instead of generics, and for
other uses I don't see any sense (collections excluded). Why do I need to
hold something of type 'object'? For what concrete usage? I am confused with
interfaces and generics... Please someone explain to me.
Comment