the output of 20% 6 in java will be what
Answers
Answered by
5
The implied super() call in B’s constructor cannot be satisfied because there isn’t a no-arg constructor in A. A default, no-arg constructor is generated by the compiler only if the class has no constructor defined explicitly
Answered by
0
Answer:
The answer is 3
Explanation:
As 20%6=3
Similar questions