Answer Posted / prasad
array is a collection of elements of simlar type
hastable is a collection of elements of different types.
we can retrive data from hashtable in key-value pair manner
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
what are the different ways a method can be overloaded?
What is the difference between read and readline in c#?
Why can't we use a static class instead of singleton?
Why delegates are type safe?
What is a protected class in c#?
Why we use get and set method in c#?
How can encapsulation be achieved?
Is goto statement supported in c#?
What does this keyword mean in c#?
Is c# used for frontend or backend?
Differentiate between copy and default constructor.
What is dictionary collection in c#?
How do I do implement a assert?
What do you mean by jagged arrays in c#?
In object oriented programming, how would you describe encapsulation in c#?