Those words found in object-oriented programming. Some are related to OOP and some not.
A
- Abstract class (also called deferred class)
- Abstract method
- Access control
- Accessor method
- Allocated class
- Automatic storage management
B
C
D
- Data hiding
- Default constructor – a constructor without any argument.
- Deep copy
- Delegation
- Destructor
- Dispatch table
- Dynamic binding
- Dynamic class
- Dynamically typed language
- Dynamic variable
E
F
G
H
I
- Immutable object (also called immutable value)
- Information hiding
- Inheritance
- Initialize
- in-line function
- Inner class
- Instance
- Instance method
- Instance variable (also called data member)
- Interaction diagram
- Inversion of Control – a programming principle that can be used to reduce coupling.
- isa link
- Iterator
J
K
L
M
- Message
- Message selector (also called method selector)
- Metaclass
- Metaprogramming
- Method designator
- Method lookup
- Modularity
- Multiple inheritance
- Mutator method
N
O
- Object
- Object hierarchy
- Object type
- OOPSLA – annual conference on Object-Oriented Programming Systems Language and Application
- Overload
P
Q
R
S
- Scope
- Shadowed name
- Single-assignment variable
- Slicing
- Specification class, a class implementing abstract class
- Stack-based memory allocation
- Shallow copy, as opposed to Deep copy
- Static method
- Statically typed language, as opposed to Dynamically typed language
- Strongly typed language
- Subclass (also called child class or derived class)
- Subclass coupling
- Principle of substitutability
- Subtype
- Superclass (also called parent class or base class)
T
U
V
- Virtual function (also called virtual method)
- Virtual function pointer (also called virtual method pointer)
- Virtual table (also called vtable, virtual function table or virtual method table)