Computer Science, asked by 7raonidhi, 7 months ago

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 dollydas265
0

Answer:

your question is not understable

Similar questions
Math, 10 months ago