What are the Object and Class classes used for

The Object class is the highest-level class in the Java class hierarchy. The Class class isused to representthe classes and interfaces that are loaded by a Java program.

Showing Answers 1 - 1 of 1 Answers

mprodge

  • Mar 22nd, 2006
 

Objects and classes are mainly used for reducing the repeatitiveness in programming.These are the fundamental units of oop programmings.It reduces the time and complexity of programming..........

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions