aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/抽象编程/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/抽象编程/index.html
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/glossary/抽象编程/index.html')
-rw-r--r--files/zh-cn/glossary/抽象编程/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/抽象编程/index.html b/files/zh-cn/glossary/抽象编程/index.html
new file mode 100644
index 0000000000..a7497bdc94
--- /dev/null
+++ b/files/zh-cn/glossary/抽象编程/index.html
@@ -0,0 +1,22 @@
+---
+title: 抽象编程
+slug: Glossary/抽象编程
+tags:
+ - 名词解释
+ - 抽象
+ - 编程
+ - 编程脚本
+ - 编程语言
+translation_of: Glossary/Abstraction
+---
+<p>在计算机编程{{Glossary("computer programming")}}领域中,抽象编程指在研发大型复杂软件系统时,通过抽象的方法来降低编程复杂度,实现系统快速高效设计和开发的编程模式。它将系统各功能实现的技术细节隐藏在相对简单的 {{Glossary("API", "APIs")}}之后。</p>
+
+<h2 id="更多资料"><strong>更多资料</strong></h2>
+
+<h3 id="基础知识"><strong>基础知识</strong></h3>
+
+<ul>
+ <li>维基百科相应条目{{interwiki("wikipedia", "Abstraction (computer science)", "Abstraction")}}</li>
+</ul>
+
+<p> </p>