11. Class Test{ Test() {This(10);
Sopln(“O arg constructor”);} Test(int
a) {Sopln(“1 arg constructor”);} Test
(int a, int b) {Sopln(“2
argconstructor”);}} Public static void
main (String [] args) {Test t=new
Test();} What is the output of this
code?
Your answer
Answers
Answered by
0
Answer:
your question is not understable
Similar questions