static方法还有必要存在于系统吗?

看微软的Server.UrlDecode(),乍一看,很像是 public static class Server{ public static string UrlDecode(){};},实际上是在Page类来实例化了HttpServerUtility 为Server,那么是不是static方法就可以消失了?微软这样做的好处是什么?

FFIVE
浏览 520回答 2
2回答

哆啦的时光机

你说的这个与静态方法有什么关系吗?不能因为有实例化方法就不要静态方法了吧!静态方法有自己的运用场景!
打开App,查看更多内容
随时随地看视频慕课网APP