Is it possible to have different access modifiers on the get/set methods of a property?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What?s a satellite assembly?

1 Answers  


What is a static field?

0 Answers  


What is the default boolean value in c#?

0 Answers  


How to transpose rows into columns and columns into rows in a multi-dimensional array?

4 Answers   Microsoft,


3. Describe the process of interact UI to BAL n DAL?

2 Answers   Mphasis,






What are jagged arrays used for?

0 Answers  


How do I format a string in c#?

0 Answers  


Can a sealed class be used as a base class?

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  


What is an enumerator c#?

0 Answers  


What is the difference between selection and projection?

0 Answers  


How many bytes is an int c#?

0 Answers  


Categories