Description
Extends an object by another object, allowing the extending object to inherit all the event objects of the extended object.
An object can only extend one object, and the extended object has to be either a generic object or an object of the same type as the extending object.
The extending object does not inherit the properties of the extended object.