I have basic question in overloading constructors. Why do I need to create a default constructor in Basedemo. I have a call to default super constructor(super) in one argument Basedemo constructor. Shouldn't super() call the super default constructor?. Why do i need to create a no arg constructor?
If I didnt create default no arg constructor as given in the code below, it gives compiler error.
[ August 26, 2004: Message edited by: vijaya dev ]
[ August 26, 2004: Message edited by: vijaya dev ]