what......Object-oriented programming terms class, object, instance, attribute, method

Learn Chinese
 
  Nov 07  •  104 read 
Answers to Web Developer Vocabulary give many useful terms, but I'm working with someone and we need to read further about five specific terms in object oriented programming (e.g. Python or similar).

class
object
instance
attribute
method
I know very little Chinese, and a colleague I am working with needs to read further on this topic so we can continue to discuss. Eventually they will need to know how to write these traditional Chinese characters, but for searching for material to read, I think the terms in either traditional or simplified will get us going.

What's important is that they are the expressions that object oriented programmers use when explaining these concepts.
0
0
0
Answer

Note: The below answers apply to mainland Mandarin Chinese. For technical vocabulary, the words used in different regions often have differences. The link you posted in your comment looks like it uses Taiwan standards.

  • Class 类
  • Object 对象
  • Instance 实例
  • Attribute 属性
  • Method 方法

"Object oriented" is 面向对象. You can find more at the 面向对象程序设计 Chinese Wikipedia page.

(more)
 0  •  Reply •  Nov 08
More