<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Common Lisp Object System - Page 5 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Common_Lisp_Object_System&amp;p=4">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Common_Lisp_Object_System&amp;p=6">3.Next</a>
</p>
<p>of their required arguments. Most OO languages are single-dispatch, meaning that methods are only specialized on the first argument. Another unusual feature is that methods do not "belong" to classes; classes do not provide a namespace for generic functions or methods. Methods are defined separately from classes, and they have no special access (e.g. "this", "self", or "protected") to class slots.</p>

<p>Methods in CLOS are grouped into <a href="page.php?w=generic_function">generic function</a>s. A generic function is an object which is callable</p><p>
<a accesskey="1" href="page.php?w=Common_Lisp_Object_System&amp;p=4">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Common_Lisp_Object_System&amp;p=6">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
