Content deleted Content added
mNo edit summary |
Removing link(s) to "Viscosity (programming)": Removing links to deleted page Viscosity (programming). |
||
(10 intermediate revisions by 5 users not shown) | |||
Line 1:
{{Short description|none}}
This is a list of terms found in [[object-oriented programming]].
{{Horizontal TOC|nonum=yes}}
==A==
*[[Abstract type|Abstract class]]
*[[Member visibility|Accessibility]]
Line 12 ⟶ 16:
*[[Aspect-oriented programming|Aspect-oriented]]
==B==
*[[Bridge pattern]]
*[[Builder pattern]]
*[[Base class]]
==C==
*[[Type conversion|Cast]]
*[[Chain-of-responsibility pattern]]
Line 29 ⟶ 33:
*[[Object composition|Composition]]
*[[Constructor (object-oriented programming)|Constructor]]
*[[Container (abstract data type)|Container]]
*[[Covariance and contravariance (computer science)|Contravariance]]
*[[Copy constructor]]
*[[Coupling (computer
*[[Covariance and contravariance (computer science)|Covariance]]
==D==
*[[Data-driven design]]
*[[Information hiding|Data hiding]]
Line 46 ⟶ 50:
*[[Late binding|Dynamic binding]]
*[[Dynamic dispatch]]
*[[Type system|Dynamically typed language]]
==E==
*[[Name binding|Early binding]]
*[[Eigenclass model|Eigenclass]]
Line 56 ⟶ 60:
*[[Software extension|Extension]]
==F==
*[[Facade pattern|Facade]] - pattern
*[[Factory method pattern]]
Line 67 ⟶ 71:
*[[Function composition (computer science)|Function composition]]
==G==
*[[Generic programming]]
*[[God object]]
==H==
*[[Dynamic memory allocation|Heap-based memory allocation]]
*[[Helper class]]
*[[Multi-paradigm programming language|Hybrid language]]
==I==
*[[Immutable object]] (also called immutable value)
*[[Information hiding]]
Line 91 ⟶ 95:
*[[Iterator]]
==L==
*[[Late binding]]
*[[Liskov substitution principle]]
==M==
*[[Member visibility|Member accessibility]]
*Members, any contents of a class: [[Attribute (computing)|Attributes]], [[Method (computer science)|Method]]s, and [[Inner class]]es
Line 104 ⟶ 108:
*[[Mixin]]
*[[Mock object]]
*[[Mock trainwreck]]
*[[Model–view–controller]] (MVC)
*[[Modular programming]]
Line 112 ⟶ 117:
*[[Mutator method]]
==N==
*[[Name mangling]]
*[[Namespace]]
Line 118 ⟶ 123:
*[[Inner class|Nested class]]
==O==
*[[Object (computer science)]]
*[[Object type]]
Line 126 ⟶ 131:
*[[Operator overloading|Overload]]
==P==
*[[Member visibility|Package]]
*[[
*[[Generic programming|Parameterized
*[[David Parnas|Parnas's principles]]
*[[Partial class]]
*[[Software design pattern|Patterns]]
*[[Policy-based design]]
*[[
*[[Primitive data type]]
*{{Cpp|private}}, a way of [[
*[[Programming paradigm]]
*{{Cpp|protected}}, a way of [[
*[[Protocol (object-oriented programming)|Protocol]]
*[[Prototype pattern]]
*[[Prototype-based programming]]
*{{Cpp|public}}, a way of [[encapsulation (computer programming)|encapsulation]] in [[object-oriented programming]]
*[[
*[[Virtual function|Pure virtual function]] (also called pure virtual method)
==R==
*[[Rapid application development]] (sometimes [[Rapid prototyping]])
*[[Recursion]]
*[[Refinement (computing)|Refinement]]
*[[
*[[Responsibility-driven design]]
*[[
*[[Run-time type information]]
==S==
*[[Scope (programming)|Scope]]
*[[Object copy|Shallow copy]],
*[[Single responsibility principle]]
*[[Singleton pattern]]
Line 165 ⟶ 170:
*[[Stack-based memory allocation]]
*[[Method (computer science)|Static method]]
*[[Type system|
*[[Strong and weak typing]]
*[[Subclass (computer science)|Subclass]] (also called child class or derived class)
*[[Coupling (computer science)|Subclass coupling]]
Line 174 ⟶ 179:
*[[Superclass (computer science)|Superclass]] (also called parent class or base class)
==T==
*[[Multitier architecture|Tiers]]
*[[Template method pattern]]
Line 182 ⟶ 187:
*[[Type conversion]] (also called ''typecasting'')
==V==
*[[Virtual class]]
*[[Virtual function]] (also called virtual method)
Line 188 ⟶ 193:
*[[Virtual inheritance]] (Object Oriented Programming)
*[[Virtual method table]] (also called vtable, virtual function table or virtual method table)
*
*[[Void type]]
==W==
*[[Weak reference]]
==Y==
*[[Yo-yo problem]]
|