what is collections and
what is generics
Answer Posted / 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 View All Answers
Can bool be null c#?
Can firstordefault return null?
What are variables in c#?
What is meant by unicode characters?
What are the Types of assemblies that can be created in dotnet
Can we have 2 main methods in c#?
What is instantiating a class?
How do I create a multi language, multi file assembly?
Explain data types in c#?
What is the meaning of 0 in c#?
Can a constructor be private in c#?
Can a constructor have a return type?
Describe the parts of assembly.
What is the advantage of static class in c#?
What's the difference between System.String and System..StringBuilder in C#?