From: Yukihiro Matsumoto Date: 2004-11-24T12:14:57+09:00 Subject: Re: How to avoid inheriting Object? In message "Re: How to avoid inheriting Object?" on Wed, 24 Nov 2004 10:29:09 +0900, "itsme213" writes: |How do I create a class that does not inherit from Object? You can't. But if you describe what you really want, it might be possible by other way. matz.