火虎

导航

2008年4月3日

好久没来了

摘要: ms上一篇的时间是05?orz,太久了 开始写一些图形学的东东了~ 阅读全文

posted @ 2008-04-03 15:37 firetiger 阅读(86) 评论(0) 推荐(0)

2005年11月20日

c#关于继承类的一些特性

摘要: 今天看见了c#中关于继承类的一些问题:using System;public class person{ public void name() { Console.Write("Person"); }} public class student:person{ public void name1() { Console.Write("Student"); } }public class... 阅读全文

posted @ 2005-11-20 22:28 firetiger 阅读(607) 评论(2) 推荐(0)