Computer Science, asked by 1pratimasinghgkp, 1 day ago

73. What is the output of the below Java program
with many constructors?
public class Constructor
{
Constructor7(int a)
{
System.out.println("Book=" + a);
}
Constructor7(float a)
{
System.out.println("Pen="+ a);
}
public static void main(String[] args)
{
Constructor7 con = newConstructor7(50.5f);
}
}​

Answers

Answered by vivekkumarpatar2007
0

Answer:

newConstructor7" (and any subsequent words) was ignored because we limit queries to 32 words.

Answered by markdavetunggol123
0

Answer:

110

Explanation:

baho mog tae d joke lang hahahh

Similar questions