What is Separated Presentation pattern?

 Posted by Niladri.Biswas on 5/15/2013 | Category: WPF Interview questions | Views: 3828 | Points: 40
Answer:

Pattern used to implement views, which separates presentation and business logic
from the UI. Using a separated presentation allows presentation and business logic to be tested independently of the UI, makes it easier to maintain code, and increases re-use opportunities


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response