From aca9b345c51d6dc4ae13afb32ad34862e7155f23 Mon Sep 17 00:00:00 2001 From: buuug7 Date: Sat, 23 Jan 2021 13:55:29 +0800 Subject: add class glossary of zh-cn add class glossary of zh-cn --- files/zh-cn/glossary/class/index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 files/zh-cn/glossary/class/index.html (limited to 'files') diff --git a/files/zh-cn/glossary/class/index.html b/files/zh-cn/glossary/class/index.html new file mode 100644 index 0000000000..4713a85601 --- /dev/null +++ b/files/zh-cn/glossary/class/index.html @@ -0,0 +1,19 @@ +--- +title: Class(类) +slug: Glossary/Class +tags: + - 编码脚本 + - 术语表 +--- +

在面向对象编程中({{glossary("OOP","object-oriented programming")}}), 一个类 定义了一个对象({{glossary("object","object's")}})的特征. 类是定义对象属性({{glossary("property","properties")}})和方法({{glossary("method","methods")}})的模板, 是用来绘制具体对象实例的“蓝图”.

+ +

了解更多

+ +

基本知识

+ + -- cgit v1.2.3-54-g00ecf