摘要:
In object-oriented languages, the bulk of the work should be performed within objects. All but the simplest applications require constructing one or more custom classes, each with multiple propert... 阅读全文
摘要:
在实际体会.net的委托后,真的觉得好拗口,好难受,郁闷。 委托的实际作用等于回调函数,但是这个回调函数是不确定的,需要在运行时动态的指定。 比如我们实现定义还要3个函数,如下: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->publ... 阅读全文