Changeset 4597 for trunk/manuals
- Timestamp:
- 11/20/08 17:44:34 (7 weeks ago)
- Files:
-
- 1 modified
-
trunk/manuals/glossary.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/glossary.html
r4386 r4597 122 122 123 123 <dt id="method" class="glossary"><strong>method</strong></dt> 124 <dd>Set of predicate clauses used to answer a message sent to an object. Logtalk uses dynamic binding to find which method to run to answer a message.</dd> 124 <dd>Set of predicate clauses used to answer a message sent to an object. Logtalk supports both static binding and dynamic binding to find which method to run to answer a message.</dd> 125 126 <dd><dl> 127 128 <dt id="singleton_method" class="glossary"><strong>singleton method</strong></dt> 129 <dd>A method defined in an instance itself. Singleton methods are supported in Logtalk and can also be found in other object-oriented programming languages.</dd> 130 131 </dl></dd> 125 132 126 133 <dt id="monitor" class="glossary"><strong>monitor</strong></dt> … … 195 202 <div class="copyright"> 196 203 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 197 <span>Last updated on: July 17, 2008</span>204 <span>Last updated on: November 20, 2008</span> 198 205 </div> 199 206 <div class="navbottom">
