Answer Posted / priya
1. An index is identified by it's signature. But a property
is identified it's name.
2. An indexer is always an instance member, but a property
can be static also.
3. An indexer is accessed through an element access. But a
property is through a member access.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is autopostback in c#?
What is the use of generics in c#?
How do destructors and garbage collection work in c#?
What Happens In Memory When You Box And Unbox A Value-type?
Give examples for value types?
What is the difference between struct and class in c#?
What is the data encapsulation?
Why reflection is used in c#?
What are the string functions in c#?
Explain copy constructor?
What is generic method in c#?
What Is The Smallest Unit Of Execution In .net?
What is the difference between integer and double?
What is yield return in c#?
What is datareader c#?