Is it possible to have different access modifiers on the get/set methods of a property in c#?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between ienumerable and iqueryable in c#?
What are different types of classes in c#?
What are the important concepts in OOPS
What are anonymous methods ? why these methods are used and in what condition these methods are useful ?
Why do we need interfaces in c#?
Types of Unboxing?
How do I create a multilanguage, single-file assembly?
Why is it called c sharp?
If casting fails what type of exception is thrown?
What is parseexact c#?
C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?
What is single dimensional array in c#?