File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes Object class Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "Object class" Watch "Object class" New topic
Author

Object class

Madhavi Uddaraju
Greenhorn

Joined: Jan 31, 2006
Posts: 1
why object class is the super class why not others
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14670
    
  11

Why would you want other classes to be superclass ?


[My Blog]
All roads lead to JavaRanch
pramodh somashekara
Ranch Hand

Joined: Jan 30, 2006
Posts: 62
Object class is the class from which all other classes are derived hence it is the super class of all classes.
Seema Ahuja
Ranch Hand

Joined: Feb 01, 2006
Posts: 32
Java is a object oriented language...everything in java is an object. the entire langusge is based on the oops concepts..hence it seems logical to make object as parent class of all classes.

BTW? which class do u want to make as a parent class?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Object class
 
Similar Threads
Interview q
abstract
anonymous class
object
why java's Object class not abstract ?