Question:When using an automatic property, which of the following statements is true?
A The compiler generates a backing field that is completely inaccessible from the application code.
B The compiler generates a backing field that is a private instance member with a leading underscore that can be programmatically referenced.
C The compiler generates a backing field that is accessible via reflection
D The compiler generates a code that will store the information separately from the instance to ensure its security.
+ AnswerB
+ Report