在下面的例子里 using System class A { public A(){ PrintFields() } public virtual void PrintFields(){} } class B:A { int x=1 int y public B(){ y=-1 } public override void PrintFields(){ Console.WriteLine('x={0},y={1}',x,y) } 当使用new B()创建B的实例时,产生什么输出?
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
皮皮学刷刷变学霸
举一反三
【判断题】There is not a soul in the hall. The meeting must have been put off.礼堂里一个人都没有,会议一定是延期了。