tanchu5.htm
来自「清华JAVA教程。不用多说了吧」· HTM 代码 · 共 23 行
HTM
23 行
<html><head><title>【例3-5】运行结果</title><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><link rel="stylesheet" href="../../../css/text.css" type="text/css"></head><body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="10"></td> <td class="pt9-black">c:\> java Inheritance<br> in SuperClass: x=3<br> in SubClass: x=5<br> in SuperClass.doSomething()<br> in SubClass.doSomething()<br> super.x=3 sub.x=5<br> </td> </tr></table></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?