PDA

View Full Version : Java Question



Gracey
03-02-2009, 06:30 AM
Hello,

What is the purpose of class "Object" which is base class for all classes?Please reply my post if anybody knows the answer.

Thanks:)

Ein2015
03-02-2009, 04:39 PM
It carries useful methods like toString, that way every object in Java (literally a derivative of the Object class), has a toString method on it.

WebbyAlisha
03-26-2009, 11:23 AM
An Abstract Base Class in object oriented programming is a class that is meant to be extended by sub-classes but is never meant to be instantiated directly. The base class is designed to provide a common interface and set of core functionality to all of its sub-classes. Now, while an abstract base class is not meant to be instantiated directly, often times, it's constructor functionality is part of the core functionality that we want to make available to its sub-classes.

WebbyAlisha
09-15-2009, 04:42 PM
An Abstract Base Class in object oriented programming is a class that is meant to be extended by sub-classes but is never meant to be instantiated directly. The base class is designed to provide a common interface and set of core functionality to all of its sub-classes. Now, while an abstract base class is not meant to be instantiated directly, often times, it's constructor functionality is part of the core functionality that we want to make available to its sub-classes.
here
___________
here is our post
Website Design (http://www.only333.co.uk/)
Web Designing (http://www.only333.co.uk/)
IT Global Management Melbourne (http://www.team-it.au.com/)
IT Management Melbourne (http://www.team-it.au.com/)
here is my post