<?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="Multiple inheritance - Page 24 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=multiple_inheritance&amp;p=23">1.Previous</a><br />
<a accesskey="3" href="page.php?w=multiple_inheritance&amp;p=25">3.Next</a>
</p>
<p>aliases that provide both renaming and access to methods that would be masked out by the default conflict resolution mechanism.<br/>
* In <a href="page.php?w=OCaml">OCaml</a>, parent classes are specified individually in the body of the class definition.  Methods (and attributes) are inherited in the same order, with each newly inherited method overriding any existing methods. OCaml chooses the last matching definition of a class inheritance list to resolve which method implementation to use under ambiguities. To override the default behavior,</p><p>
<a accesskey="1" href="page.php?w=multiple_inheritance&amp;p=23">1.Previous</a><br />
<a accesskey="3" href="page.php?w=multiple_inheritance&amp;p=25">3.Next</a>
</p>

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

</card>
</wml>
