Answer Posted / aby
Indexer enables an object to be
indexed in the same way as an array.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between access specifier and access modifier in c#?
what is the Difference between the public and private ?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
What happens during the process of boxing?
What do you mean by thread safe in c#?
How Global.asax is used ?
What is the difference between serialization and deserialization in c#?
how encapsulation is implemented in c#
What is yield return in c#?
Define Abstract Class in C#
What is the implicit name of the parameter that gets passed into the class set method?
Which are the access modifiers available in c#?
How do I make a dll in c#?
What is call back method?
Is comparator a functional interface?