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 icomparable in c#?
What is xaml file in c#?
What is type keyword in c#?
What is data types in c#?
what are the different ways a method can be overloaded?
What is the file extension for c#?
When To use HashTable In C#
Can a abstract class have a constructor?
What is parallel foreach c#?
How objects are stored in memory?
What Is A Satellite Assembly?
How does it work?
What is console application with example?
Explain dataadapter.update method in .net?
When do you generally use a class over a struct?