What is the base class of all classes?

Hi,

What is the base class of all classes?

thanks

View Answers

April 10, 2013 at 4:10 PM

Hi,

The base class is nothing but the Abstract class of Java programming. We uses the syntax for base class of all classes i.e. java.lang.Object.

thanks,









Related Tutorials/Questions & Answers:
Advertisements