Multiple Choice
Which of the following statements is correct about properties used in C#.NET?
A) Every property must have a set accessor and a get accessor.
B) Properties cannot be overloaded.
C) Properties of a class are actually methods that work like data members.
D) A property has to be either read only or a write only.
Correct Answer:

Verified
Correct Answer:
Verified
Q12: Exceptions can be thrown even from a
Q13: In C#.NET if we do not catch
Q14: A property can be declared inside a
Q15: Which of the following is NOT a
Q16: Which of the following denote New Data-bound
Q17: All code inside finally block is guaranteed
Q18: Which of the following CANNOT belong to
Q19: The GridView control in ASP.NET has which
Q20: It is compulsory for all classes whose
Q22: If a developer of ASP.NET defines style