Category
page 2Object-oriented programming
Object Data Management Group
organization
Object-oriented modeling
approach to modeling an application
finalizer
In computer science, a finalizer or finalize method is a special method that performs finalization, generally some form of cleanup. A finalizer is executed during object destruction, prior to the object being deallocated, and is complementary to an initializer, which is executed during object creation, following allocation. Finalizers are strongly discouraged by some, due to difficulty in proper use and the complexity they add, and alternatives are suggested instead, mainly the dispose pattern (see problems with finalizers).
member variable
variable intrinsic to objects in object-oriented programming
object-relational impedance mismatch
set of conceptual and technical difficulties
concurrent object-oriented programming
programming paradigm that combines object-oriented programming (OOP) together with concurrency
forwarding
concept in object-oriented programming