Why Are Generics Used #816
Why are generics used?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Namespaces, Preprocessors and Networking - Type Interface - Quiz No.1.
Why are generics used?
Generics make code more fast
Generics make code more optimised and readable
Generics add stability to your code by making more of your bugs detectable at compile time
Generics add stability to your code by making more of your bugs detectable at run time