Thursday, March 29, 2012

What is the ultimate superclass in Java?

What is the ultimate superclass in Java?
The class Object.  All classes in Java that don't explicitly extend another class will implicitly extend this class.

No comments:

Post a Comment

Please, before starting to comment, evaluate if what you want to write is useful, respectful and positive. A kid may read this also.

Give a good example!