单选题:For `String s;`, which statement below is correct?
For `String s;`, which statement below is correct? @[A](2)
A. s is a variable not initialized, and is to be a pointer to an object of `String`.
B. At this line, s is a variable holding an object of `String`.
C. It will hold an object of `String`, given `s` a member variable,.
D. It will hold an object of `String`, given `s` a local variable.
A.s is a variable not initialized, and is to be a pointer to an object of `String`.
B.At this line, s is a variable holding an object of `String`.
C.It will hold an object of `String`, given `s` a member variable,.
D.It will hold an object of `String`, given `s` a local variable.
答案:A
A. s is a variable not initialized, and is to be a pointer to an object of `String`.
B. At this line, s is a variable holding an object of `String`.
C. It will hold an object of `String`, given `s` a member variable,.
D. It will hold an object of `String`, given `s` a local variable.
A.s is a variable not initialized, and is to be a pointer to an object of `String`.
B.At this line, s is a variable holding an object of `String`.
C.It will hold an object of `String`, given `s` a member variable,.
D.It will hold an object of `String`, given `s` a local variable.
答案:A