43 lines
1.1 KiB
HTML
43 lines
1.1 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Language" content="sv">
|
|
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
|
<meta name="ProgId" content="FrontPage.Editor.Document">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
|
<meta name="author" content="Kim Walden">
|
|
<title>BON method: Design by Contract navigation</title>
|
|
<base target="_self">
|
|
<link rel="stylesheet" type="text/css" href="nn4.css">
|
|
<style type="text/css">
|
|
@import url("normal.css");
|
|
</style>
|
|
<script type="text/javascript">
|
|
<!--
|
|
function check() {
|
|
if (top.frames.length == 0 || top.frames[0].name != "banner")
|
|
top.location.href = "index.htm";
|
|
}
|
|
//-->
|
|
</script>
|
|
</head>
|
|
|
|
<body onload="check()" class=sidebar bgcolor="#99ccff">
|
|
|
|
<div align="center">
|
|
<p class="sidebar">Object-Oriented<br>
|
|
Software<br>
|
|
Construction<br>
|
|
2nd ed.</p>
|
|
<br>
|
|
<img border="0" src="images/oosc2_cov_150_h140.jpg" width="108" height="140">
|
|
<br><br>
|
|
<p class="sidebar">Design by Contract<br>
|
|
by Example</p>
|
|
<br>
|
|
<img border="0" src="images/mckim_mitchell_cov_150_h140.jpg" width="113" height="140">
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |