What are the categories of Interface mismatch?

 Posted by Niladri.Biswas on 11/8/2012 | Category: Design Pattern & Practices Interview questions | Views: 3156 | Points: 40
Answer:

Interface mismatch can take two forms:

a) Service providing components make assumptions about their clients or users (referred to as requires assumptions)

b) Service requesting clients or users make assumptions about their service providers (provides assumptions)


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response