what is collections and
what is generics

Answers were Sorted based on User's Feedback



what is collections and what is generics..

Answer / 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

what is collections and what is generics..

Answer / ashwani kumar

collection in case of memory useful .its size is not
fixed,means the if we want to store data more than its
default size its automatically double its default size.but
in case of normal array we can do through redim also the
memory allocated is new[impact on the performance].

Is This Answer Correct ?    3 Yes 2 No

what is collections and what is generics..

Answer / pushparaj pentakota

collections allows you to enter any type of date without
restriction but with generic we can restrict the user to
enter any type of data.

Is This Answer Correct ?    1 Yes 1 No

what is collections and what is generics..

Answer / ilangkumaran

collections includes of arraylist and hashtables which are
similar to arrays but arrays we cant perform delete and add
operations whereas in collections it is possible some
addmethods are available

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More C Sharp Interview Questions

How do you use nullable?

0 Answers  


What is an escape sequence? Name some string escape sequences in c#.

0 Answers  


What is integer c#?

0 Answers  


Explain the difference between directcast and ctype.

0 Answers  


which datatype i have to use we i need dynamic size.for eg. empname .in first row it have only five chars.but next row it have 100 chars.

3 Answers  






Explain the difference between a struct and a class?

0 Answers  


Why we need get set property in c#?

0 Answers  


Explain constructor.

7 Answers   Wipro,


What is Covariance and contravariance in C#?

0 Answers   HCL,


What is windows application in c#?

0 Answers  


What is using directive in c#?

0 Answers  


What is default access specifier for class in c#?

0 Answers  


Categories