Welcome to Mike95.com
Home
WELCOME
ABOUT MIKE95.COM
CONTACT ME


Features
FUNNY JOKES
HUMAN FACTOR


C++
Library Source Code:
CGIPARSE
JSTRING
JVECTOR
JSTACK
JHASHTABLE


COM / ASP
MIKE95 COM SVR
- ASP STACK
- ASP QUEUE
- ASP VECTOR


Tutorials:
TEMPLATES
ALGORITHMS
DESIGN PATTERNS


Sample Work
Internet Based
TASK/BUG TRACKER


Visual C++ / MFC
FLIGHT PATH (C++)
MP3 PLAY LIST


Java
JAVA TALK
BAR GRAPH
WEB CAM


Personal
CONTACT ME
RESUME
PICTURES
TRIPS
Design Patterns
Bridge Pattern
A bridge connects two different interfaces similar to an adaptor. Unlike an adaptor however which is an adaption of two similar interfaces, a bridge is a connects two different interfaces.

A bridge pattern is typically applied when connecting various diverse items to a system in a similar way. For example, you may have 3 different printers and windows should know how to print on each of them. Windows makes the same API calls which are then "bridged" to the specific calls of each printer.


(c)2024 Mike95.com / Site Disclaimer
Site Meter