Suggest some actions to be taken when a interface mismatch got identified

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

There are three things we can do about interface mismatch

a) Avoid it by carefully specifying and inspecting the components for your system

b) Detect those cases you have not avoided by careful qualification of the components.

c) Repair those cases you have detected by adapting the components


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response