What are Generics? Where do we use them.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rakesh kumar kunchala
Generics are used to have Typed Arrays.
Ex: if we have define that an array is confined to products.
if we push objects of product into array it accepts.
if we push employee objects into this array it will show
error . since the type of the array is product.
| Is This Answer Correct ? | 9 Yes | 3 No |
What are the different types of remote object creation mode in .net?
Tell us what is the native image generator?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is garbage collection and how it works ?
Which ports are used by virueses?
Can "this" be used within a static method?
How can you see which services are running on a Windows box?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
Do you know what is linq?
What are The Main Difference Between Client-server Based Applications and Web Based Applications
What is a windows process in .net?