Functions are fundamental to code organization; they exist in all higher order programming languages. Generally, functional programming means using functions to the best effect for creating clean and ...
Not only are generics/templates better for type safety, they are much faster than casting back and fourth. Or as they call it in .NET land boxing and unboxing.