[1441] in java-interest

home help back first fref pref prev next nref lref last post

Object extends Object?

daemon@ATHENA.MIT.EDU (Matt Cline)
Sat Sep 2 02:31:34 1995

Date: Fri, 1 Sep 1995 19:31:31 -0700
From: gandalf@viman1.viman.com (Matt Cline)
To: java-interest@java.sun.com

According to the Java lang spec, if a class declaration does not use
the "extends" keyworks, then it explicitly extends the class Object.
However, in the Object.java file, I see:

	public class Object {
		....

Does the compiler interpret this as

	public class Object extends Object {
		....

?
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post