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
Is post back c#?
What is a data set in c#?
What is namespace in oops?
What is for loop in c#?
Why to use lock statement in c#?
What are the three types of operators?
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is console writeline in c#?
What is uint c#?
What does assert() do in c#?
Is null == null c#?
How to use exception handling in stored procedure?
Why do we need indexer in c#?
Why do we need constructors?
Explain the difference between Response.Write () and Response.Output.Write ().