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 sealed class in c#?
Explain boxing and unboxing in c#?
Is datetime nullable c#?
Which operator cannot be overloaded in c sharp?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.
What happens when thread sleep () method is called?
What is form feed in c#?
Is there a way to force garbage collection?
How to install or uninstall a windows service?
What is data types in c#?
How do you specify a custom attribute for the entire assembly?
Why do we need nullable types in c#?
Can we have two main methods in c#?
What are value types in c#?
What is use of FormBoarderStyle Propertie