posted 17 years ago
Hello Friends,
This is a question from K & B Book, Chapter Inner classes, Page 666
My question is regarding the foll option....
A. Boo f = new Boo(24) { };
If there were a constructor in BOO that takes an int..would that constructor
be invoked ( in Constructor chaining ), when instance of anonymous subclass of BOO is created.
Can anyone please give their suggestions on the above problem.Thank you in advance.
Regards,
Hardik.S.Raja