โ Back to Interfaces
Question 597
Implement a Simple Interface
Implement a Simple Interface
The interfaceIGreeterdeclares aGreet()method. Complete theEnglishGreeterclass soGreet()returns the textHello, World!. The tester stores the object in anIGreetervariable and prints the result. Do NOT write aMainmethod. The program prints: Hello, World!
Expected Output:
Hello, World!
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.