文件名称:BrigdePattern
介绍说明--下载内容均来自于网络,请自行研究使用
The bridge pattern is a design pattern used in software engineering that is meant to decouple an abstraction its implementation so that the two can vary independently , introduced by the Gang of Four (GoF).-The bridge pattern is a design pattern used in software engineering that is meant to decouple an abstraction its implementation so that the two can vary independently , introduced by the Gang of Four (GoF).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BrigdePattern
.............\build
.............\build.xml
.............\.....\classes
.............\.....\.......\brigdepattern
.............\.....\.......\.............\BpDemo.class
.............\.....\.......\.............\CityRoad.class
.............\.....\.......\.............\Highway.class
.............\.....\.......\.............\Maruti800.class
.............\.....\.......\.............\MarutiCar.class
.............\.....\.......\.............\MatrixChainMultiplication.class
.............\.....\.......\.............\Road$Road.class
.............\.....\.......\.............\Road.class
.............\manifest.mf
.............\nbproject
.............\.........\build-impl.xml
.............\.........\genfiles.properties
.............\.........\private
.............\.........\.......\private.properties
.............\.........\.......\private.xml
.............\.........\project.properties
.............\.........\project.xml
.............\src
.............\...\brigdepattern
.............\...\.............\BpDemo.java
.............\...\.............\CityRoad.java
.............\...\.............\Highway.java
.............\...\.............\Maruti800.java
.............\...\.............\MarutiCar.java
.............\...\.............\MatrixChainMultiplication.java
.............\...\.............\Road.java
.............\test