What are Generics? Where do we use them.
Answer Posted / ritz
Generics was introduced in Framework 2.0
With generics we can have typed classes. While defining
class we simply give placeholders and when we create
objects of that class we declare the placeholder to be of
some type(like int, double, string, etc.) and from that
point on our object gets bind to that type only.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Describe difference between inline and code-behind?
what user controls are and what server controls are and the differences between the two.
What is .net3.0 and .net3.5?
What is alias ? Is it used in .Net ?
Which namespace is require to used XML in .NET?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Explain how do assemblies find each other?
What is loosely coupled solution in.net?
What are the types of jit?
Why inheritance is important?
If any body working in Infosys, please can u give me the referense to that company because i hered that their is openings for freshers with referal..
Why you want to leave your previous company.
In code behind class, name the type of code found. Is it the server side code or client side code?
Differentiate between managed and unmanaged code?
What is your observations between vb.net and vc#.net?