摘要:using System;using System.Collections.Generic;using System.Text;namespace BaseFunc{ class Program { static void Main(string[] args) { Test test = new Test(); test.func(1); } } abstract class Base { private string str="Private Value"; ...
阅读全文
posted @ 2012-05-22 14:45
浙公网安备 33010602011771号