<?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="Inner class - Page 6 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=inner_class&amp;p=5">1.Previous</a><br />
<a accesskey="3" href="page.php?w=inner_class&amp;p=7">3.Next</a>
</p>
<p>there are four types of <b>nested</b> class:</p>

<p>;Static<br/>
* Static member class, also called static nested classes They are declared <code>static</code>. Like other things in static scope (i.e. <a href="page.php?w=static_method">static method</a>s), they do not have an enclosing instance, and cannot access <a href="page.php?w=instance_variable">instance variable</a>s and methods of the enclosing class. They are almost identical to non-nested classes except for scope details (they can refer to <a href="page.php?w=static_variable">static variable</a>s</p><p>
<a accesskey="1" href="page.php?w=inner_class&amp;p=5">1.Previous</a><br />
<a accesskey="3" href="page.php?w=inner_class&amp;p=7">3.Next</a>
</p>

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

</card>
</wml>
