Why a interface mismatch happens OR What hinder the components to work correctly together?

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

Components make some assumptions about the environment in which they operate.
These assumptions may be about:

•Resource requirements

•Dependent libraries

•Availability of API

•Communication protocol to be used

•Or some other information for the component to work correctly

The differences in their assumptions may hinder the components to work correctly together


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response