User Tools

Site Tools


at:tutorial:objects

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
at:tutorial:objects [2007/07/02 13:15] jorgeat:tutorial:objects [2007/07/02 13:18] jorge
Line 101: Line 101:
  
 ===== First-class delegation ===== ===== First-class delegation =====
-AmbientTalk provides an explicit delegation operator ''^'' shown in the code below.+AmbientTalk provides an explicit delegation operator ''^''. The code below illustrates the use of this operator in the implementation of the ''init'' method of the ''point3D'' object.
  
 <code> <code>
Line 109: Line 109:
       super^init(aX, aY);       super^init(aX, aY);
       z := aZ;       z := aZ;
-    }+    };
   }   }
 </code> </code>
 +
 +
  
 ===== Encapsulation ===== ===== Encapsulation =====
at/tutorial/objects.txt · Last modified: 2013/05/17 20:23 by tvcutsem