From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/zh-tw/glossary/oop/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 files/zh-tw/glossary/oop/index.html (limited to 'files/zh-tw/glossary/oop/index.html') diff --git a/files/zh-tw/glossary/oop/index.html b/files/zh-tw/glossary/oop/index.html new file mode 100644 index 0000000000..d2fc69a0c0 --- /dev/null +++ b/files/zh-tw/glossary/oop/index.html @@ -0,0 +1,15 @@ +--- +title: 物件導向程式設計 +slug: Glossary/OOP +translation_of: Glossary/OOP +--- +

物件導向程式設計(Object-Oriented Programming、OOP)是一種程式設計方法。其將資料封裝(encapsulate)於物件({{glossary("object","objects")}})中,我們需透過物件間接操作這些被封裝的內部資料,而非直接操作資料本身。

+ +

{{glossary("JavaScript")}}為重度物件導向語言,其遵循 prototype-based model與 class-based 相對

+ +

相關文章

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