OOC:OOC统一词典
来自 ChinaUnix Wiki
返回 按字母顺序排列:
目录 |
A
atom 字串元
B
parentheses 圆括号
binary search 折半查找
binary tree 二叉树
binary threaded tree 线索二叉树
buffer 缓冲区
bug 软件缺陷
C
class 类
class hierarchy 类树
Constructor 构造函数
D
declaration 声明
destructor 析构函数
dynamic link 动态链接
delegate,delegation 委托代理
E
exception 异常
exception handler 异常处理
explicitly 显式的
expression 表达式
F
function 函数
G
H
I
identifier 标识符
implement 实现
implementation file 代码实施文件 (参见representation file 及 interface file)
indent 缩进
Infix 中缀
inheritance 继承
initialization 初始化
instance 实例
interface file 接口头文件 (参见representation file 及 implementation file)
J
K
keyword 关键字
L
linkage 链接性
linker 链接
M
method 方法
metaclass 元类
N
node 节点
O
objects 对象
object-oriented 面向对象
openand 操作数
P
pointer 指针
polymorphism 多态
preprocessor 预处理程序
prototype 原型
postfix 后缀
Q
R
recognizer 识别器
references 引用
representation file 结构头文件 (参见 interface file 及 implementation file)
S
selector 选择器
selector function 选择函数
statements 语句
structure 结构
symbol table 符号表
syntax 语法
superclass 基类
subclass 子类
T
U
V
void 无类型的
