kalya May 22nd, 2006 No. when there is user-defined parametrized constructor, then the compiler will not make a no-arg. constructor.
hsavinash2001 Profile Answers by hsavinash2001 Sep 16th, 2008 Compiler provides a no-arg constructor when don't specify any constructor in your class. If you do provide a constructor (with or without args), it will expect you only to fill in the no-arg constructor and it won't provide one.
Doesn't the compiler always make a no-arg constructor for you?
Profile Answers by krishna_darl Questions by krishna_darl
Questions by krishna_darl answers by krishna_darl