上一页 1 ··· 105 106 107 108 109
摘要: 传值调用与引用调用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™ 阅读(1177) 评论(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™ 阅读(707) 评论(0) 推荐(0) 编辑
上一页 1 ··· 105 106 107 108 109