Match the types of abstraction listed below with the subsequent definitions
 Iteration abstraction, Data abstraction, Procedural abstraction, Type abstraction
a. allows the abstraction from individual data types to families of related data types
b. allows the introduction of new operations.
c. Allows the introduction new types of data objects
d. Allows systematic access to items in a collection without revealing the details of how the items are obtained.

解决方案 »

  1.   

    a  type abstraction
    b  procedural abstraction
    c  data absbtraction
    d  iteration abstraction好像java里没有操作符重载吧。
      

  2.   

    Iteration (d) Data (a) Operation (b) Type (c)
      

  3.   

    Match the types of abstraction listed below with the subsequent definitions
    匹配下面列出的抽象类型与随后给出的定义
    Iteration abstraction, Data abstraction, Procedural abstraction, Type abstraction.
    迭代抽象,数据抽象,过程抽象,类型抽象。
    a. Allows the abstraction from individual data types to families of related data types.
    允许从特定的数据类型到相关联的数据类型系列的抽象。
    b. Allows the introduction of new operations.
    允许引入新的操作。
    c. Allows the introduction new types of data objects.
    允许引入新的数据类型。
    d. Allows systematic access to items in a collection without revealing the details of how the items are obtained.
    允许在不了解如何获取元素的细节的情况下按照相同规则访问集合中的元素。
                                                                                                         
    Iteration abstraction : d
    Data abstraction : c
    Procedural abstraction : b
    Type abstraction : a
      

  4.   

    thanks,高人们,再帮我去看看那个贴
    http://topic.csdn.net/u/20080612/08/bb295e37-61cc-49ea-be14-a2548070dfd1.html