猿问
回到首页
个人中心
反馈问题
注册登录
下载APP
首页
课程
实战
体系课
手记
专栏
慕课教程
为什么C#和VB.net都不支持基于返回值类型的重载?
为什么C#和VB.net都不支持基于返回值类型的重载
素胚勾勒不出你
浏览 506
回答 3
3回答
皈依舞
Eric Lippert大大对于"为什么C#/.NET不……"一类的问题是这么回答的:As I'm fond of pointing out, the answer to every question of the form "why doesn't product X have feature Y?" is the same. It's because in order for a product to have a feature, that feature must be: - thought of in the first place - desired - designed - specified - implemented - tested - documented - shipped to customers You've got to hit every single one of those things, otherwise, no feature.“支持基于返回值类型的重载”是合理的(Java就可以,如果我没记错的话),但是C#不是Java,它“被设计成了这样”。答案就是这样。另外,如果你真的很需要返回值类型的重载,你可以选择其他的途径去解决,比如泛型或者out关键字一类的。总归是有替代解决方案的。
0
0
0
犯罪嫌疑人X
如 int f();与 string f();调用时候写 f();请问是调用哪个呢?返回值我可以丢掉不用,哈哈~~
0
0
0
打开App,查看更多内容
随时随地看视频
慕课网APP
相关分类
.NET
.net 中 字符串含有超链接,如何给超链接自动加上a标签?
1 回答
请问.net 中用jquery传值安全吗?
2 回答
继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续