x; COLOR: #008200; BORDER-TOP-STYLE: none; PADDING-TOP: 0px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none">    /// 子类
  •     /// 作者:周公
  •     /// 首发地址:http://blog.csdn.net/zhoufoxcn/archive/2008/09/02/2864429.aspx
  •     /// 日期:2008-09-01
  •     /// </summary>
  •     public class Son:Father
  •     {
  •         public new void Run1()
  •         {
  •             Console.WriteLine("Son.Run1");
  •         }
  •     }
  •     class Program
  •     {
  •         static void Main(string[] args)
  •         {
  •             Father[] fatherList = new Father[2];
  • 返回
    【上篇】
    【下篇】

    作者:

    抱歉!评论已关闭.