摘要:一: using System;//多态:同一个行为,多个不同的表现形式或形态的能力namespace 第二周_类的多态{ public class polymorphic { //重载 public int Add(int a,int b,int c) { return a + b + c; }
阅读全文
posted @ 2020-06-15 11:55
posted @ 2020-06-15 11:55
posted @ 2020-06-09 18:26
posted @ 2020-06-07 20:36
posted @ 2020-06-06 23:52
posted @ 2020-06-01 20:19