Skip to content

Latest commit

 

History

History
 
 

Bridge

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Purpose

Decouple an abstraction from its implementation so that the two can vary independently.

Sample:

UML Diagram

Alt Bridge UML Diagram

Code

You can also find these code on GitHub

Workshop.php

Workshop.php

Assemble.php

Assemble.php

Produce.php

Produce.php

Vehicle.php

Vehicle.php

Motorcycle.php

Motorcycle.php

Car.php

Car.php

Test

Tests/BridgeTest.php

Tests/BridgeTest.php