what is generics?
can u explain 5 to 6 examples on generics that covers
class,method,structure,list,delegates?
Answer Posted / pushparaj pentakota
collections allows you to store any type of value in it but generics stops you to enter any type of value in it it allows you for only particular type values.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Can we declare private class in c#?
What is .net console?
What is the difference between serialization and deserialization in c#?
Is c# pass by reference?
Explain “static” keyword in c#?
What is parallel programming in c#?
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
Difference between value and reference type.
What is the function of .IsDescendent()?
what is full assembly reference
Does c# support c type macros?
What tool we have to use to install assembli in gac folder.
Can abstract class have constructor in c#?
How to move to a state-related codebase?
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?