期刊文献+

小议面向对象编程中的委托类型

Discusses in the Object-oriented Programming Delegation
下载PDF
导出
摘要 委托是C#引入的一种新的数据类型,它是能够引用方法的对象。因此创建委托时,创建的是能够存储方法的引用的对象,一旦委托引用一个方法,就能够调用它引用的方法。在程序运行时,同一个委托能够用来调用不同方法,只要改变它引用的方法即可。因此委托调用的方法不是在编译时决定的,而是在运行时确定。 Delegation is a new data type which is introduced by C#. It is an object which can quote the method. When we create a delegation, it is indeed create a reference object which can store the method. Once a delegation quotes a method, it can call the method which it cites. When the program is running, if you change a method which is quoted, the same delegation can be used to call different methods. In short, to decide the calling method for the delegation, which is not at the time when the program compiles, but at runtime.
作者 胡万福
出处 《芜湖职业技术学院学报》 2007年第4期16-18,共3页 Journal of Wuhu Institute of Technology
关键词 C# 面向对象 委托 事件 C# object-orient delegate event.
  • 相关文献

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部