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 is assembly and dll in c#?

1 Answers  


write a program to find the biggest palindrome in the given string

1 Answers   Microsoft,


What is the use of giving more than one CATCH BLOCK in one TRY block? Directly we can give that catch(Exception e)?Why we go for arrayoutofbound Exception,divided by zero etc..? Explain

2 Answers  


Is string a data type in c#?

1 Answers  


What is the difference between constants and read-only?

1 Answers  


Can multiple catch blocks be executed?

4 Answers  


What is typeof undefined?

1 Answers  


What is a hashset c#?

1 Answers  


What happens during the process of boxing?

1 Answers  


what is bubbled event ? give suitable example in code vice with demo

2 Answers  


Can delegates be used as callbacks?

1 Answers  


interface a { Method1() Method2() } class b: a { override Method1() override Method2() } what will happen & why?

5 Answers  


Categories