由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Core Java2 Notes (4)
相关主题
Core Java2 Notes (5)SUN是不是不提供java2 sdk documentation 下载了?
Core Java2 Notes (6) help!
Core Java2 Notes (1)Printable Java2参考大全(第四版)pdf文件
Core Java2 Notes (2)想自学J2EE
Core Java2 Notes (3)java2 参考大全下载,有1百多个电子书
List, LinkedList and VectorJava 1.2 和 最新版Java 的差别大不大?
今天才知道
相关话题的讨论汇总
话题: method话题: c++话题: core话题: java2话题: notes
进入Java版参与讨论
1 (共1页)
e***c
发帖数: 68
1
14. In C++, a method is not dynamically bound by default, and you can tag it
as inline to have method
calls replaced with the method source code. However, there is no machanism t
hat would prevent a subclass
from overriding a superclass method. ( In Jave, final keyword works for this
function, which is claimed
to be more efficiency because of static binding, and safety that no derivate
d class can override that
function.) In C++, it is possible to write classes from which no other class
es from
1 (共1页)
进入Java版参与讨论
相关主题
Core Java2 Notes (6) help!
Core Java2 Notes (1)Printable Java2参考大全(第四版)pdf文件
Core Java2 Notes (2)想自学J2EE
Core Java2 Notes (3)java2 参考大全下载,有1百多个电子书
List, LinkedList and VectorJava 1.2 和 最新版Java 的差别大不大?
今天才知道Core Java2 Notes (5)
SUN是不是不提供java2 sdk documentation 下载了?
相关话题的讨论汇总
话题: method话题: c++话题: core话题: java2话题: notes