Changeset 4212 for trunk/manuals/userman/categories.html
- Timestamp:
- 04/19/08 08:41:31 (4 months ago)
- Files:
-
- 1 modified
-
trunk/manuals/userman/categories.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/userman/categories.html
r3979 r4212 68 68 :- end_category.</pre> 69 69 <p> 70 This 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> 70 73 When 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). 71 74 </p> … … 346 349 <div class="copyright"> 347 350 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <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> 349 352 </div> 350 353 <div class="navbottom">
