<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Jecel Assumpcao Jr wrote:
<blockquote cite="mid200408261353.44183.jecel@merlintec.com" type="cite">
  <pre wrap="">Perhaps it would be better to say that Self can have classes whenever 
you need them.
  </pre>
</blockquote>
You often don't *need* classes in Self, just like you never *need*
methods, in either case you can always inline manually, within the
object or the method, respectively.<br>
<br>
Self can have 'classes' whenever you *want* them- which is <i>nearly
always</i> in my experience.<br>
<blockquote cite="mid200408261353.44183.jecel@merlintec.com" type="cite">
  <pre wrap="">-- Jecel
  </pre>
</blockquote>
<br>
</body>
</html>