Show
Ignore:
Timestamp:
04/19/08 08:41:31 (4 months ago)
Author:
pmoura
Message:

Minor documentation updates.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/userman/categories.html

    r3979 r4212  
    6868:- end_category.</pre> 
    6969<p> 
     70This allows us to add new functionality to existing objects without requiring access or modifications to their source code. Common uses are adding logging or debugging functionality to a set of objects. 
     71</p> 
     72<p> 
    7073When you want to use static binding with a <em>complemented</em> object, be sure to compile and load the <em>complementing</em> category before the object (otherwise the new functionality added by the category will be ignored by the object clients). 
    7174</p> 
     
    346349    <div class="copyright"> 
    347350        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    348         <span>Last updated on: December 9, 2007</span> 
     351        <span>Last updated on: April 19, 2008</span> 
    349352    </div> 
    350353    <div class="navbottom">