Choose The Wrong Statement About The Properties Used In Cnet #464
Choose the wrong statement about the properties used in C#.NET?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Indexers and Exception Handling - Introduction of Properties - Quiz No.1.
Choose the wrong statement about the properties used in C#.NET?
Each property consists of accessor as get and set
A property cannot be either read or write only
Properties can be used to store and retrieve values to and from the data members of a class
Properties are like actual methods which work like data members