1.

What is meant by the term generics?(a) parameterized types(b) class(c) structure(d) interfaceThis question was posed to me by my school teacher while I was bunking the class.Enquiry is from Fundamental of Generics in division Delegates, Generics and LINQ of C#

Answer»

Right OPTION is (a) parameterized types

Explanation: The term generics MEANS parameterized types. Parameterized types are IMPORTANT because they ENABLE us to create classes, structures, interfaces, methods, and delegates in which, the type of data upon which they operate is SPECIFIED as a parameter.



Discussion

No Comment Found

Related InterviewSolutions