Content deleted Content added
m.e. |
→OOP languages: ad Anchor |
||
Line 196:
In languages that support [[open recursion]], object methods can call other methods on the same object (including themselves), typically using a special variable or keyword called <code>this</code> or <code>self</code>. This variable is ''[[name binding|late-bound]]''; it allows a method defined in one class to invoke another method that is defined later, in some subclass thereof.
=={{Anchor|Object-oriented source code}}OOP languages==
{{Unreferenced section|date=August 2009}}
{{See also|List of object-oriented programming languages}}
|