diff options
Diffstat (limited to 'files/zh-cn/glossary/abstraction/index.html')
-rw-r--r-- | files/zh-cn/glossary/abstraction/index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/abstraction/index.html b/files/zh-cn/glossary/abstraction/index.html new file mode 100644 index 0000000000..852893d5ab --- /dev/null +++ b/files/zh-cn/glossary/abstraction/index.html @@ -0,0 +1,23 @@ +--- +title: 抽象编程 +slug: Glossary/Abstraction +tags: + - 名词解释 + - 抽象 + - 编程 + - 编程脚本 + - 编程语言 +translation_of: Glossary/Abstraction +original_slug: Glossary/抽象编程 +--- +<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> |