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

What is polymorphism? pl explain practically rather than theoretical?

3 Answers  


What are the two kinds of properties in c#.

0 Answers  


Is it possible to inline assembly or il in c# code?

0 Answers  


Can u list some style properties of List Box?

0 Answers   CGI,


Can a loop recorder detect a heart attack?

0 Answers  






How does dependency injection work c#?

0 Answers  


When To use HashTable In C#

0 Answers   Infosys,


Write a functin to add two no. Both no can be int, float.

3 Answers   HCL,


What is a HashCode?

1 Answers  


What is the and operator in c#?

0 Answers  


What is overloading in c#?

0 Answers  


What is querystring in c#?

0 Answers  


Categories