c#type = new type()是什么意思?
发布时间:2020-12-16 10:54:44 所属栏目:百科 来源:网络整理
导读:鉴于: myObject hello = new myObject(); 在代码行的第二部分再次指定myObject有什么意义? 你有没有做过这样的事情: myObject hello = new anotherObject(); 为什么不呢 myObject hello = new(); 解决方法 是的,你可以做到 MyObject hello = new AnotherO
鉴于:
myObject hello = new myObject(); 在代码行的第二部分再次指定myObject有什么意义? 你有没有做过这样的事情: myObject hello = new anotherObject(); 为什么不呢 myObject hello = new(); 解决方法
是的,你可以做到
MyObject hello = new AnotherObject(); 如果AnotherObject是MyObject的子类. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |