Concurrent object-oriented programming
From HandWiki
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
External links
- [1]
- Concurrent Object-Oriented Languages and the Inheritance Anomaly
- "Composing Active Objects: The Next 700 Concurrent Object-Oriented Languages". 1993. https://citeseerx.ist.psu.edu/pdf/1bd5860e9de5b12789e90b952f3ee3468e470fce.
Original source: https://en.wikipedia.org/wiki/Concurrent object-oriented programming.
Read more |