Why is it I have seen some code (most notably in the Microsoft Visual j++ source book by Cross and Saganich) that has in a class defintiion extends Object explicitly defined when according to thinking in Java, all java classes implicitly extend Object anyway?


-Brad