Concurrent object-oriented programming: Difference between revisions

Content deleted Content added
No edit summary
Added short description
Tags: Mobile edit Mobile app edit Android app edit App description add
 
(14 intermediate revisions by 11 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]], 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]].
 
'''Concurrent object-oriented programming''' is a [[programming paradigm]] which combines [[object-oriented programming]] (OOP) together with [[Concurrency_Concurrency (computer_sciencecomputer science)|concurrency]], in which many computations are executing simultaneously. While numerous programming languages, such as [[Java (programming language)|Java]], combine OOP with concurrency mechanisms like [[Thread_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==
 
==See Alsoalso==
* [[Active object]]
 
==External links==
* [https://web.archive.org/web/20131001200403/http://www.python.org/workshops/1997-10/proceedings/atom/ Concurrent Object-Oriented Programming in Python with ATOMatom.html]
* [http://people.cs.vt.edu/~kafura/PreviousPapers/coop-isipcala93.pdf Concurrent Ob jectObject-Oriented Languages and the Inheritance Anomaly]
* [http://citeseerx.ist.psu.edu/viewdoc/download?doi{{cite web | title =10.1.1.91.5009.pdf Composing Active Objects: The Next 700 Concurrent Object-Oriented Languages] | year = 1993 | citeseerx = 10.1.1.91.5009 |url = https://citeseerx.ist.psu.edu/pdf/1bd5860e9de5b12789e90b952f3ee3468e470fce}}
 
{{DEFAULTSORT:Object-Oriented Programming}}
[[Category:Object-oriented programming|*]]
[[Category:Programming paradigms]]
[[Category:Concurrent computing]]
[[Category:Threads (computing)| ]]
 
 
{{prog-lang-stub}}