A. 对 B. 错
A. 只读 B. 只写 C. 可读/写 D. 不可读写
A. obj.sData=100; B. Console.WriteLine(obj.sData); C. obj.sData="It is funny!"; D. obj.set(obj.sData);