I am unsure about generics and i have a few questions:
What are the rules regarding passing a generic collection as an argument to a method where the method parameter is
1. a non generic collection?
2. a generic collection?
What are the rules for passing a non generic collection as an argument to a method where the method parameter is a generic collection?
If you override a method, with a generic parameter, does the overriding method have to have a parameter with the same generic?