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 |
ctype(123.34,integer) - should it throw an error? Why or why not?
Explain different types of html, web and server controls.
What is the use of system.diagnostics.process class in .net?
How many types of exception handlers are there in .NET?
Is there any thread in our .net programs?
Explain the difference between managed and unmanaged code?
What is Event - Delegate? clear syntax for writing a event delegate
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
Explain the purpose of Remoting in .NET?
0 Answers Petranics Solutions,
Explain how com+ related to the dna architecture?
What is your observations between vb.net and vc#.net?
What are the fundamental objects in ADO.NET?