mandeep_rince wrote:
> there is default constructor in class,what is the need for this 
> constructor,,,

It is usually used to initialize member variables in the class to some 
set of default values.  Got an 'int' member variable?  Set it to 0.  Or 
1500.  Or whatever makes sense.

-- 
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197

*NEW* MyTaskFocus 1.1
Get on task.  Stay on task.

http://www.CubicleSoft.com/MyTaskFocus/

Reply via email to