摘要: 传值调用与引用调用Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2 3class MethodCall 4{ 5 public static void Main() 6 { 7 /**//*... 阅读全文
posted @ 2005-12-19 23:11 ®Geovin Du Dream Park™ 阅读(1184) 评论(0) 推荐(0)
摘要: 属性方法Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2 3class Base 4{ 5 /**//* 6 * public 的可访问范围是所有类 7 * private 的可访问范围是当前类 ... 阅读全文
posted @ 2005-12-19 23:04 ®Geovin Du Dream Park™ 阅读(713) 评论(0) 推荐(0)