Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Ibthaj Mansour   on Aug 14 In Java Category.

  
Question Answered By: Dang Tran   on Aug 14

The designers of Java decided that all objects would be part of the same
object tree, so they chose Object as the base class for everything.
Thus, you can reference any object in the system as an Object without
knowing what it really is.

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on what is difference between an iterator and Enumeration Or get search suggestion and latest updates.


Tagged: