<html>
<head>
<meta HTTP-EQUIV=CONTENT-TYPE CONTENT="text/html; charset=utf-8">
<title>Slide 72</title>
</head>
<body>
<center>
<a href="text0.html">First page</a> <a href="text70.html">Back</a> <a href="text72.html">Continue</a> <a href="text82.html">Last page</a> <a href="whatswrong.html">Overview</a> <a href="img71.html">Graphics</a></center><br>
<h1><b>Subclassing</b></h1><p>
<ul><li><h2>Classes are designed and documented for subclassing.</h2>
<li><h2>Subclasses cannot relax constraints</h2>
<li><h2>Subclasses can add constraints through protected check methods</h2>
<li><h2>Subclasses can add functionality or utility</h2>
<li><h2>Factories can be used to build in the subclasses during parsing</h2>
</ul></body>
</html>
|