what is generics?
can u explain 5 to 6 examples on generics that covers
class,method,structure,list,delegates?
Answers were Sorted based on User's Feedback
Answer / abc
Collections need boxing and unboxing of data while
retrieving the data.
But Generic does not require
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / 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 |
What is polymorphism and its types in c#?
What is HashTable, what is the use of it, when do we use (purpose).
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
What is an escape sequence?
Why would you use untrusted verification?
Explain about Protected and protected internal, ?internal? access-specifier?
Can we assign null value to integer?
What is a class level variable in c#?
Can a private virtual method can be overridden?
what is a constructor? What is a destructor?
Can a sealed class be used as a base class?
What is the difference between private and protected in c#?