โ Back to Inheritance
Question 534
Four Level Inheritance
Four Level Inheritance
ClassAdefinesOrigin. ClassesB,C, andDform a chain of inheritance (DextendsC,CextendsB,BextendsA). MakeDinherit fromCso aDobject can callOrigin. Do NOT write aMainmethod. The program prints: from A
Expected Output:
from A
Topics:
Inheritance
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.