Content deleted Content added
Add archive.org link instead of dead one. |
Added short description Tags: Mobile edit Mobile app edit Android app edit App description add |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1:
{{Short description|Programming paradigm}}
'''Concurrent object-oriented programming''' is a [[programming paradigm]] which combines [[object-oriented programming]] (OOP) together with [[Concurrency (computer science)|concurrency]]. While numerous programming languages, such as [[Java (programming language)|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]].
Line 6 ⟶ 7:
==External links==
* [
* [http://people.cs.vt.edu/~kafura/PreviousPapers/coop-isipcala93.pdf Concurrent Object-Oriented Languages and the Inheritance Anomaly]
* {{cite
{{DEFAULTSORT:Object-Oriented Programming}}
|