摘要:
class Program { static void Main(string[] args) { //解决方法重名的问题 ISayable i = new Person(); i.Say(); ... 阅读全文
posted @ 2015-04-14 15:01
_bisu
阅读(139)
评论(0)
推荐(0)
摘要:
class Program { static void Main(string[] args) { //解决方法重名的问题 ISayable i = new Person(); i.Say(); ... 阅读全文
posted @ 2015-04-14 15:01
_bisu
阅读(139)
评论(0)
推荐(0)
|