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
浙公网安备 33010602011771号