diff options
Diffstat (limited to 'chapter/4')
| -rw-r--r-- | chapter/4/dist-langs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter/4/dist-langs.md b/chapter/4/dist-langs.md index 70f20ac..456199f 100644 --- a/chapter/4/dist-langs.md +++ b/chapter/4/dist-langs.md @@ -189,7 +189,7 @@ Critically, Emerald provides the programmer with a unified object model so as to With that in mind, Emerald also provides the developer with the tools to designate explicitly the location of objects. Objects in Emerald resemble objects in other OOP languages such as Java. -Emerald objects expose methods to execute logic, and may contain internal state. +Emerald objects expose methods to implement logic and provide functionality, and may contain internal state. However, their are a few key differences between Emerald and Java Objects. First, objects in Emerald may have an associated process which starts after initialization. In Emerald, object processes are the basic unit of concurrency. |
