Microsoft Exam Questions

Which feature of .NET languages allows you to create one method that will accept different data type

You want to create a method that can accept any data type as arguments. Which feature of .NET
languages allows you to create one method that will accept different data types on each call to the
method?

A.
Delegates

B.
Named Parameters

C.
Overriding

D.
Generics