โ Back to Interfaces
Question 631
Computed Property From an Interface
Computed Property From an Interface
TheIShapeinterface requires a read-onlyAreaproperty. TheRectangleclass already stores itswidthandheight. Complete theAreaproperty so it returnswidth * height. The tester creates a rectangle and prints its area. Do NOT write aMainmethod. For a 4-by-5 rectangle the program prints: 20
Expected Output:
20
Topics:
Interfaces
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.