what is collections and
what is generics

Answer Posted / osheen

COLLECTION:
Collection are used for grouping related objects that
allows us to iterate over those objects.

Generics:

Generic means make objects generalise.Generic types are the
types that take other type name to define their own type.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you sort an array in c#?

493


Which function is the entry point for a DLL in MS Windows 3.1?

681


What are the classes contained in a single .NET DLL ?

508


What is xaml in c#?

503


What is a delegate how is it type safe?

465






What is asp net c#?

495


Explain what is copy constructor?

550


Is void a class?

475


What do you mean by serialization in .NET?

552


What is data bind in c#?

517


What are c# collections?

473


What is xpath in c#?

485


Why c# is called type safe language?

461


What are the ways in which client can create object on server in cao model?

509


I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?

572