進哥的布拉格

Chin Gooole's Blog

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年10月30日

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; public abstract class A { public virtual void K() { Console.WriteLine("A.K"); }... 阅读全文
posted @ 2008-10-30 17:41 進哥 阅读(137) 评论(0) 推荐(0) 编辑

摘要: 注意Destructor的 this,預設會去呼叫 this.ToString() Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; class Point { public double x, y; p... 阅读全文
posted @ 2008-10-30 17:04 進哥 阅读(168) 评论(0) 推荐(0) 编辑