Gergő Pintér, PhD
gergo.pinter@uni-corvinus.hu
The object function untangles JavaScript’s constructor pattern, achieving true prototypal inheritance. It takes an old object as a parameter and returns an empty new object that inherits from the old one. If we attempt to obtain a member from the new object, and it lacks that key, then the old object will supply the member. Objects inherit from objects. What could be more object oriented than that?
most software developer do not use UML (in a formal way), but hand drawn sketches which often include UML elements [2]
based on PlantUML documentation
a join synchronizes two inflows (waits for the slower)
source: PlantUML documentation