GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Java Patterns

 Print  |  
Question:  Where do we use the Bridge Design Patterns?



May 05, 2007 20:04:51 #1
 rschandola   Member Since: Visitor    Total Comments: N/A 

RE: Where do we use the Bridge Design Patterns?
 
Bridge Pattern allow us to seperate Abstraction from Implementation. So that both can be extended/modified independently. Mostly used in graphic-applications that need to run over multiple platform.
     

 

Back To Question