08 2011 档案

C#的多态性
摘要:new与overideView Code using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections;namespace ConsoleApplication2{ class Program { // Define the base class class Car { public virtual void DescribeCar() { System.Console.WriteLine("Four wheels and an en 阅读全文

posted @ 2011-08-07 21:20 HelyCheng 阅读(101) 评论(0) 推荐(0)

导航