Glossary of Terms in the JavaTM platform –reference

http://docs.oracle.com/javase/tutorial/information/glossary.html

field :A data member of a class. Unless specified otherwise,a field is not static.

member:A or of a class. Unless specified otherwise,a member is not static.

method:A function defined in a class. See also , . Unless specified otherwise,a method is not static.

variable :An item of data named by an identifier. Each variable has a type,such as int or Object,and a scope. See also , .

property:characteristics of an object that users can set,such as the color of a window.

attribute:Not listed in the above glossary

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>