30/01/2014
What will be the output of following program?
Note: program run as C:\>java Call
(A) Compilation fails.
(B) Value of i is: 0
This is parent class constructor.
Hello this is testing
(C) This is parent class constructor.
Value of i is: 10
Hello this is testing
(D) This is parent class constructor.
Hello this is testing
Value of i is: 10