--- title: 抽象编程 slug: Glossary/Abstraction tags: - 名词解释 - 抽象 - 编程 - 编程脚本 - 编程语言 translation_of: Glossary/Abstraction original_slug: Glossary/抽象编程 ---

在计算机编程{{Glossary("computer programming")}}领域中,抽象编程指在研发大型复杂软件系统时,通过抽象的方法来降低编程复杂度,实现系统快速高效设计和开发的编程模式。它将系统各功能实现的技术细节隐藏在相对简单的 {{Glossary("API", "APIs")}}之后。

更多资料

基础知识