摘要:
/** the "new" **/ using System; namespace animals { class dog{ public dog(){ } public virtual void gnar(){ Console.WriteLine("Won.Won..."); } } class bigdog:dog{ public bigdog(){ }... 阅读全文
posted @ 2008-07-24 10:37
尚希杰
阅读(282)
评论(0)
推荐(0)

浙公网安备 33010602011771号