摘要:
虚方法和抽象方法都可以供派生类重写,它们之间有什么区别呢? 1. 虚方法必须有实现部分,抽象方法没有提供实现部分,抽象方法是一种强制派生类覆盖的方法,否则派生类将不能被实例化。如: //抽象方法 public abstract class Animal { public abstract void Sleep(); public abstract void Eat(); } /... 阅读全文
摘要:
http://icalshare.com/ 通过这个网站,注册一个帐号,即可发布自己的日历。也可以订阅别人的日历。 iCalShare is the largest directory of shared calendars on the web. 阅读全文