What are properties and indexer?



What are properties and indexer?..

Answer / bikas pandey

Normally Properties Are Used To Access Private Variable

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What?s the difference between an interface and abstract class?

2 Answers   Patni,


What is the default scope of a class in c#?

0 Answers  


What is the use of 0 in c#?

0 Answers  


If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


Can we override static class in c#?

0 Answers  






What is escape character in c#?

0 Answers  


C# Code for How to set readonly property to Id(database) value?

2 Answers   HCL,


What is the difference between dll and lib?

0 Answers  


i am using windows authentication for c#.net remoting with iis.I uncheck the anonymous access option in directory security.when my client requests the server it returns 401:unauthorized error.How can I resolve the exception ? Please send me the reply as early as possible.

1 Answers  


What do you mean by winforms in c#?

0 Answers  


Why c# is called c sharp?

0 Answers  


How can you overload a method?

3 Answers  


Categories