Concurrent object-oriented programming

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Tc14Hd at 10:39, 12 August 2024 (Added short description). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Concurrent object-oriented programming is a programming paradigm which combines object-oriented programming (OOP) together with concurrency. While numerous programming languages, such as Java, combine OOP with concurrency mechanisms like threads, the phrase "concurrent object-oriented programming" primarily refers to systems where objects themselves are a concurrency primitive, such as when objects are combined with the actor model.

See also

[edit | edit source]
[edit | edit source]