12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:pls="http://www.w3.org/2005/01/pronunciation-lexicon" xmlns:ssml="http://www.w3.org/2001/10/synthesis" xmlns:svg="http://www.w3.org/2000/svg">
- <head>
- <title>Classes</title>
- <link rel="stylesheet" type="text/css" href="docbook-epub.css"/>
- <link rel="stylesheet" type="text/css" href="kawa.css"/>
- <script src="kawa-ebook.js" type="text/javascript"/>
- <meta name="generator" content="DocBook XSL-NS Stylesheets V1.79.1"/>
- <link rel="prev" href="Overall-Index.xhtml" title="Index"/>
- <link rel="next" href="tutorial-Other-Java-features.xhtml" title="Other Java features"/>
- </head>
- <body>
- <header/>
- <section class="sect1" title="Classes" epub:type="subchapter" id="Tutorial---Classes">
- <div class="titlepage">
- <div>
- <div>
- <h2 class="title" style="clear: both">Classes</h2>
- </div>
- </div>
- </div>
- <p>See <a class="link" href="Defining-new-classes.xhtml" title="Defining new classes">Defining new classes</a> for the gory details; no tutorial yet.
- </p>
- </section>
- <footer>
- <div class="navfooter">
- <p>
- Up: <a accesskey="u" href="tutorial-index.xhtml">Kawa Scheme Tutorial</a></p>
- <p>
- Previous: <a accesskey="p" href="tutorial-Exceptions-and-errors.xhtml">Exceptions and errors</a></p>
- <p>
- Next: <a accesskey="n" href="tutorial-Other-Java-features.xhtml">Other Java features</a></p>
- </div>
- </footer>
- </body>
- </html>
|