Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
Concurrent object-oriented programming is a [[programming paradigm]] which combines [[object-oriented programming]] (OOP) together with [[Concurrency_(computer_science)|concurrency]], in which many computations are executing simultaneously. While numerous programming languages, such as [[Java]], combine OOP with concurrency mechanisms like [[Thread_(computing)|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==
* [[Active object]]
==External links==
|