📄 slide094.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="blendTrans(Duration=2)" http-equiv="Page-Enter">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" src="./config.js"></script>
<script language="JavaScript" src="./pageFormat.js"></script>
<script><!-- // Set title on page
title()
//--></script>
</head>
<body>
<div onclick="document.location='slide095.html'">
<h2><font color="#009999">More Patterns</font></h2>
<font size="+1">
<p>Quick table of patterns from <u>Design Patterns</u>:</p>
<table border='1' cellpadding='4'>
<tr bgcolor='#00ffff'>
<th>Pattern Name</th>
<th>Description</th>
<th>Example</th>
</tr>
<tr>
<th>Abstract Factory</th>
<td>An abstract class defines methods that construct related products.
Concrete factories create these product sets</td>
<td>An abstract class specifies methods for constructing buttons, methods,
and so on. Each user interface look and feel supplies a concrete
subclass</td>
</tr>
<tr>
<th>Bridge</th>
<td>An abstraction and its implementation have separate inheritance
hierarchies</td>
<td>A hierarchy of window types has separate implementations in various
operating systems</td>
</tr>
<tr>
<th>Builder</th>
<td>A builder class has methods to build parts of a complex product, and to
retrieve the completed product</td>
<td>A document builder has methods to build paragraphs, tables, and so
on</td>
</tr>
</table>
</font>
<hr>
<center><small>
<a href='slide093.html'>prev</a>
|<a href='slide001.html'>top</a>
|<a href='slide095.html'>next</a>
</small></center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -