Answer Posted / diana cheriyan
1.ReadOnly Property(With get Only)
2.WriteOnly Property(With Set only)
3.ReadWrite Property(With both set and get)
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
Is a games console a computer?
What is sql transaction in c#?
Enlist the different types of classes in c#?
What is expression c#?
What is singleordefault?
What is a generic in c#?
What is the full form of GAC? Explain its uses?
What is ienumerable t in c#?
What's difference between constants and static readonly?
What are escape sequences explain with example?
How does yield return work c#?
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
What are c# attributes and its significance?
Describe two uses of the “using” statement during the operation of c#?