Determine output:
class Small{ public Small(){ System.out.print("a "); } } class Small2 extends Small{ public Small2(){ System.out.print("b "); } } class Small3 extends Small2{ public Small3(){ System.out.print("c "); } } public class Test{ public static void main(String args[]){ new Small3(); } }
A.a
B.c
C.a b c
D.c b a
Answers
Answered by
0
______✨ HEY MATE ✨______
➡️Option (d) is the right answer ✔️
Hope it's help u
➡️Option (d) is the right answer ✔️
Hope it's help u
Answered by
23
D. c b a
Hope it helps u
Hope it helps u
Similar questions
Math,
7 months ago
English,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago
Math,
1 year ago
Science,
1 year ago