Answer Posted / rama krishna
Generics are place holders for actuval types.
Generics are defenied with left and right angular brackets.
Generics allows you to define type safe data sturtures
without comiting to actual types.
Generics in .net let you reuse the code and effort you put
implemnting in it.once you develop,test and deploy ur
application it can be used with any data type with future
type also it will support.why bcoz Generics doen't force
boxing or unboxing for value types or downcasting the
refernce types.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Hi to all..I have to create an intranet application on C#.NET windows Application so please please let can you people help me as iam new in .NET and if u have any samples or website address from where i can get sample please let know.
What is string in c# net?
What is a protected class c#?
Explain the types of errors in c#?
What is yield break in c#?
What is verbatim literal in c#?
Why can’t struct be used instead of class for storing entity?
Can interface have virtual methods in c#?
Can I use exceptions in c#?
What is cli in c#?
Expalin the way you implement inheritance by using VB.NET/C#?
What is meaning of type safety in c#?
Can I use parseint?
What is getenumerator?
what is an event? Define delegate?