C#复习⑨ 2016年6月22日 14:28 C#考试题&参考答案:http://pan.baidu.com/s/1sld4K13 Main XML Comments & Pointer XML注释和指针 1.Special Comments 注释很重要!!! 2.XML Tags 有那么些类似于HTML的标签 Predefined Tags Main tags <summary> short description of a program element </summ…
仅供参考: 第一题: E C E A D D C A C A C A B A B C C D B C 第二题: True True False 11 12 13 14 No such file found Doing finally 这是静态方法! 这是普通方法! 第三题: Class variables : x . y Instance variables : y (实例变量) y=5 y=6 x=2 x=2 IdentifyMyParts.x=2 第四题:实例化,赋初值,打印值 第二套参考答…