Generics
Generic Fundamentals A Simple Generic Example Bounded Types Sometimes it is useful to limit the types that can be passed to a type parameter. For example, assume that you want to create a generic class that contains a method that returns the average of an…