我的隱式生活(My Implicit Life)

          繼續搞“對象”,玩OO.

          首頁 新隨筆 聯系 聚合 管理
            11 Posts :: 1 Stories :: 39 Comments :: 0 Trackbacks

          The interfaces that are concerned with holding objects are Collection, List, Set, and Map.Ideally, you’ll write most of your code to talk to these interfaces, and the only place where you’ll specify the precise type you’re using is at the point of creation. So you can create a List like this:

          List x = new LinkedList();


          Of course, you can also decide to make x a LinkedList (instead of a generic List)and carry the precise type information around with x. The beauty (and the intent) of using the interface is that if you decide you want to change your implementation, all you need to do is change it at the point of creation, like this:

          List x = new ArrayList();


          The rest of your code can remain untouched (some of this genericity can also be achieved with iterators).

          操。以前怎么就沒人這么講過呢。媽的,都是垃圾!

          posted on 2006-09-01 17:16 marco 閱讀(236) 評論(0)  編輯  收藏 所屬分類: -=Design Pattern=-

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 桓台县| 宁蒗| 许昌县| 璧山县| 招远市| 社会| 濮阳市| 旬阳县| 宝山区| 长沙市| 彩票| 南郑县| 阳高县| 泗洪县| 金坛市| 手机| 秦安县| 荔浦县| 枞阳县| 丰镇市| 凤山市| 隆子县| 昌乐县| 高雄市| 洛扎县| 河南省| 阿合奇县| 都兰县| 淮北市| 阿瓦提县| 惠水县| 昌江| 宜宾市| 疏勒县| 彭山县| 榆中县| 开江县| 和田县| 林西县| 苏尼特左旗| 临夏县|