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.
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!