Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
1 ...
2 class A extends B {
3 int a, b;
4 void show () {
5 System.out.print (a);
6 System.out.print (b);
7}
8}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!