Question:Define Generics and Type Parameters? 

Answer Generics type Parameter In a generic type or method definition, a type parameters is a placeholder for a specific type that a client specifies when they instantiate a variable of the generic type
GenericList<float> list1 = new GenericList<float>();
 

+ Report
Total Preview: 866
Define Generics and Type Parameters?
Copyright © 2024. Powered by Intellect Software Ltd