โ Back to Interfaces
Question 626
Accept an Interface as a Parameter
Accept an Interface as a Parameter
TheIMessageinterface declaresstring GetText(), and theHelloclass already returnsHellofrom it. Complete thePrinter.Formatmethod so it returns the message's text followed by an exclamation mark.Formatmust accept anyIMessage. Do NOT write aMainmethod. For aHellomessage the program prints: Hello!
Expected Output:
Hello!
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.