我的隱式生活(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=-

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


          網站導航:
           
          主站蜘蛛池模板: 星子县| 红桥区| 青海省| 潍坊市| 湘阴县| 东至县| 且末县| 鹤山市| 凤城市| 纳雍县| 山东| 呼伦贝尔市| 体育| 新闻| 白山市| 黎川县| 泰安市| 汨罗市| 南雄市| 台湾省| 肃北| 大安市| 昔阳县| 轮台县| 青川县| 漳州市| 敦煌市| 北碚区| 鸡东县| 科技| 含山县| 平凉市| 大余县| 拉孜县| 巴彦县| 浦城县| 汉阴县| 淄博市| 桃源县| 惠东县| 华容县|