โ Back to Inheritance
Question 546
Protected Wrap Helper
Protected Wrap Helper
Formatterhas aprotectedhelper methodWrapthat surrounds text in square brackets. InTagFormatter, completeFormatso it returns the wrapped text by calling the inheritedWrap. Do NOT write aMainmethod. ForFormat("hi")the program prints: [hi]
Expected Output:
[hi]
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.