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 |
Why we use extension method in c#?
What are the different types of delegates?
What are immutable types in c#?
What is namespace in oops?
Can a class inherit structure.
Which is faster dictionary or hashtable?
What is delegates & multicast delegate?
public void A() { int x; x = 8; x *= 4 + 8 / 2; } Given the above code, what is the value of "x"?
How much time will it take to learn unity?
What is ControlBox Propertie
Define multicast delegate in c#?
Why multiple inheritance is not possible in c#
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)