Question:To which of the following do automatic properties refer?
A You declare (explicitly or implicitly) the accessibility of the property and get and set accessors but do not provide any implementation or backing field
B You attribute a member field so that the compiler will generate get and set accessors
C The compiler creates properties for your class based on class level attributes
D They are properties which are automatically invoked as part of the object construction process
+ AnswerA
+ Report