index.htm

来自「C ++ in action」· HTM 代码 · 共 29 行

HTM
29
字号
<html>
<head>
    <title>Polymorphism</title>
    <meta  name="description" content="Polymorphism in C++">
    <meta name="keywords" content="polymorphism, is-a, parse tree">
    <link rel="stylesheet" href="../../rs.css">
</head>

<body background="../../images/margin.gif" bgcolor="#FFFFDC">

<!-- Main Table -->
<table cellpadding="6">
    <tr>
    <td width="78">
	&nbsp;
    <td>
    
<h2>Polymorphism</h2>

<ol>
<li><a href="1is_a.html">The Meaning of is-a</a>
<li><a href="3tree.html">Parse Tree</a>
<li><a href="4exerc.html">Exercises</a>
</ol>
    
</table>
<!-- End Main Table -->
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?