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
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
What does console readline do in c#?
Is datetime immutable c#?
What is satellite assembly? And steps to create satellite assembly?
What is the difference between inheritance and abstract class?
What are the different approaches of passing parameters to a method?
What is the difference while using directive vs using statement ?
Why is aws serverless?
What tool we have to use to install assembli in gac folder.
What is anonymous methods in c#?
What is different between Boxing and Unboxing?
How to add controls dynamically to the form using c#.net.
How does split work in c#?
Define interface class in c#?
what is IEquatable