Concurrent object-oriented programming is aprogramming paradigm which combinesobject-oriented programming (OOP) together withconcurrency. While numerous programming languages, such asJava, combine OOP with concurrency mechanisms likethreads, the phrase "concurrent object-oriented programming" primarily refers to systems where objects themselves are a concurrency primitive, such as when objects are combined with theactor model.
![]() | Thisprogramming-language-related article is astub. You can help Wikipedia byexpanding it. |