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
0
Answer:
newConstructor7" (and any subsequent words) was ignored because we limit queries to 32 words.
Answered by
0
Answer:
110
Explanation:
baho mog tae d joke lang hahahh
Similar questions
Political Science,
19 hours ago
History,
1 day ago
Social Sciences,
1 day ago
History,
8 months ago
English,
8 months ago