现在的位置: 首页 > 综合 > 正文

Java how to program(4th)中的专业词汇ch08

2013年12月10日 ⁄ 综合 ⁄ 共 1179字 ⁄ 字号 评论关闭

abstract data type (ADT) 抽象数据类型
access method
aggregation  合计,会聚
attribute  属性
behavior  行为
cascaded method calls 级联式的方法调用
class
class definition  类定义
class library  类库
class method (static)
class scope  
class variable  
client of a class
composition  组合
concatenated method calls
consistent state for an instance variable
constructor  构造方法
container class  容器类
-d compiler option
data type  
default constructor  默认的构造函数
dot operator (.)
encapsulation  封装性
object-based programming (OBP) 基于对象的编程
object-oriented programming (OOP) 面向对象的编程
package access
package statement
predicate method
principle of least privilege  最小权限原则
private
programmer-defined type  
public
public interface of a class
query method
extends
extensibility  扩展性
finalizer
get method
helper method
implementation of a class
information of a class
information hiding  信息隐藏
initialize a class object
instance method
instance of a class
instance variable  实例变量
instantiate an object of a class
interface to a class
member access control  成员访问控制
member access modifiers 成员访问修饰符
member access operator   成员访问运算符
message
method
method calls
mutator method
new operator
no-argument constructor
object
rapid appliacation development (RAD)
reusable code  可重用额代码
services of a class
set method
software reusability  软件重用性
static class  静态方法
this reference
user-defined type  用户自定义类型
utility method  使用工具方法

抱歉!评论已关闭.