摘要:
多态是什么 我没有找到特别确切的定义,也许就是说同一种声明可以有不同的表现方式吧。 比如我们的重载,比如我们基类通过发展子类实现自己的不同变化。这里我主要想总结的是class继承的。 c# 没有多重继承,又单重,多层,接口继承。 public class Animal { public virtua 阅读全文
摘要:
1、下载git for windows 1 https://github.com/git-for-windows/git/releases/download/v2.15.0.windows.1/Git-2.15.0-64-bit.exe 1 https://github.com/git-for-wi 阅读全文