Reading Exercise #6
Due 8:00 AM, Monday Feb. 22, 2015
for Chapters 8.4 (pp 410-417) of the Scott Text.
Content of reading exercise #6
- What is the principle use of generics?
- Compare generics to parametric polymorphism found in Haskell.
- When can separate instances of generic code share implementation code?
- What does it mean for a generic parameter to be constrained?
- Why will C# accept int as a generic argument, but Java won't?