default superclass Archive
22 Nov 2014
Object class / Default superclass in Java

The class Object is a superclass of simple class written by you. It sits on the top of the class hirarchy tree. That means every class is a decendant, directly or indirectly of the object class. Therefore every class you use or write all properties and methods of object class. To use these methods you