What are Generics?

Answer Posted / kumar vaibhav

Generics is a data structure which allow you to create type-safe data structures without committing to actual data types. Generics provides significant performance boost and higher quality code by reusing data processing algorithms without duplicating type-specific code.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define an abstract class?

512


Define c# and list the features.

544


How long does it take to get a loop recorder put in?

475


What is an escape sequence in c#?

515


How to use exception handling in stored procedure?

555






Why do we need collections in c#?

479


Name the property of the textbox which cannot be changed at runtime?

530


What do you know about device context?

532


Explain About .NET Remoting and types of remoting

588


Is is possible to force garbage collector to run?

532


Are tuples immutable c#?

516


What do you know about Translate Accelerator?

601


Write a sample code to write the contents to text file in c#?

487


What does == mean in c sharp?

525


If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.

566