Changeset 4510 for trunk/manuals
- Timestamp:
- 10/16/08 09:54:18 (3 months ago)
- Files:
-
- 1 modified
-
trunk/manuals/userman/nomenclature.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/userman/nomenclature.html
r4509 r4510 73 73 </dl> 74 74 <dl> 75 <dt><strong>namespace</strong></dt> 76 <dd>Logtalk does not support multiple identifier namespaces. All Logtalk entity identifiers share the same namespace (Logtalk entities are objects, categories, and protocols).</dd> 77 </dl> 78 <dl> 75 79 <dt><strong>nested class</strong></dt> 76 80 <dd>Logtalk does not support nested classes.</dd> … … 86 90 <dl> 87 91 <dt><strong>virtual member function</strong></dt> 88 <dd> Logtalk allows any predicate defined in a class to be overridden on a descendant class. There is no <code>virtual</code> keyword in Logtalk.</dd>92 <dd>There is no <code>virtual</code> keyword in Logtalk. By default, Logtalk uses dynamic binding for locating both method declarations and method definitions. Moreover, methods that are declared but not defined simply fail when called.</dd> 89 93 </dl> 90 94
