享受代码,享受人生

SOA is an integration solution. SOA is message oriented first.
The Key character of SOA is loosely coupled. SOA is enriched
by creating composite apps.
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2006年2月3日

摘要: Bad Way: interface Monster {} class Drawf : Monster {} class Giant : Monster {} class Door { public virtual void OpenBy(Monster monster) { Console... 阅读全文

posted @ 2006-02-03 21:57 idior 阅读(1049) 评论(0) 推荐(0) 编辑

摘要: 1: Override VS. Overload 多态可以说是面向对象世界中一件锋利的武器, 封装变化是它的能力的体现。但是你听说过几种多态?Simple Polymorphism :the object whose method is called is decided run-time. multi- polymorphism :the object which method is calle... 阅读全文

posted @ 2006-02-03 16:45 idior 阅读(4052) 评论(5) 推荐(1) 编辑