编程常用英语词汇
编程常用英语词汇有
1、Compile编绎。
2、Run运行。
3、Class类。
4、Object对象。
5、System系统。
6、out输出。
7、print打印。
8、line行。
9、variable变量。
10、type类型。
11、static静态的。
12、array数组。
13、parameter参数。
14、method方法。
15、function函数。
16、public公有的。
17、default默认。
18、get得到。
19、private私有的。
20、import导入。
21、set设置。
22、package包。
23、access访问。
24、protected受保护的。
25、void无(返回类型)。
26、operation操作运算。
27、member-variable成员变量。
28、member-function成员函数。
29、extends继承 base class基类 parent class父类。
30、interface接口 child class子类 super class超类。