Agent-Oriented Programming System

From GM-RKB
Revision as of 00:59, 11 August 2019 by Gmelliapi (talk | contribs) (Created page with " An Agent-Oriented Programming System is a Programming Paradigm that ... * <B>See:</B> Object-Oriented Programming, Programming Paradigm, Software Agent....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

An Agent-Oriented Programming System is a Programming Paradigm that ...



References

2019

  • (Wikipedia, 2019) ⇒ https://en.wikipedia.org/wiki/Agent-oriented_programming Retrieved:2019-8-11.
    • Agent-oriented programming (AOP) is a programming paradigm where the construction of the software is centered on the concept of software agents. In contrast to object-oriented programming which has objects (providing methods with variable parameters) at its core, AOP has externally specified agents (with interfaces and messaging capabilities) at its core. They can be thought of as abstractions of objects. Exchanged messages are interpreted by receiving "agents", in a way specific to its class of agents.