Jump to content

Concurrent object-oriented programming: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Citation bot (talk | contribs)
Alter: template type. Add: year. | Use this bot. Report bugs. | Suggested by Abductive | Category:Programming paradigms | #UCB_Category 73/113
Fixed a reference. Please see Category:CS1 errors: unsupported parameter.
Line 8: Line 8:
* [https://web.archive.org/web/20131001200403/http://www.python.org/workshops/1997-10/proceedings/atom/atom.html]
* [https://web.archive.org/web/20131001200403/http://www.python.org/workshops/1997-10/proceedings/atom/atom.html]
* [http://people.cs.vt.edu/~kafura/PreviousPapers/coop-isipcala93.pdf Concurrent Object-Oriented Languages and the Inheritance Anomaly]
* [http://people.cs.vt.edu/~kafura/PreviousPapers/coop-isipcala93.pdf Concurrent Object-Oriented Languages and the Inheritance Anomaly]
* {{cite document | title = Composing Active Objects: The Next 700 Concurrent Object-Oriented Languages | year = 1993 | citeseerx = 10.1.1.91.5009 }}
* {{cite web | title = 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}}
{{DEFAULTSORT:Object-Oriented Programming}}

Revision as of 19:21, 23 August 2023

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

  • [1]
  • Concurrent Object-Oriented Languages and the Inheritance Anomaly
  • "Composing Active Objects: The Next 700 Concurrent Object-Oriented Languages". 1993. CiteSeerX 10.1.1.91.5009.