Aside from a prototype, what is the next best thing to satisfy a user who really wants to know what an application will be like?  
Choice 1   
 A process model  
Choice 2   
 An interaction diagram  
Choice 3   
 A data-flow diagram  
Choice 4   
 A class diagram  
Choice 5   
 A class-state diagram  
Which one of the following best describes a relationship where an object contains a list of other objects and provides a method for accessing a specific item in that list?  
Choice 1   
 Overloading  
Choice 2   
 Abstraction  
Choice 3   
 Class Coupling  
Choice 4   
 Persistence  
Choice 5   
 Inheritance  

解决方案 »

  1.   

    这题不是考OOP 考你英语在呢
      

  2.   

     A process modelChoice 3   
     Class Coupling   
      

  3.   

    For the first problem, for a user, does it understand the class diagram?  though i dont clearly know what on earth the process model and interaction diagram differ at the first thought, my answer tends to lie in these two. Reason is just to avoid product inner details like design and production process, etc including those stuff only for programmers, etc.
    And after i have a search, i found interaction diagram obviously is also a concept among UML, thus it's fallen on process model, but is it correct?For the second i choose class coupling.
      

  4.   


    Agree with you. Thanks!