โ Back to Inheritance
Question 531
Temperature Display Override
Temperature Display Override
Override the inheritedToStringmethod inTemperatureso it returns the stored number followed by the letterC(for example22C).Console.WriteLinecallsToStringautomatically. Do NOT write aMainmethod. Fornew Temperature(22)the program prints: 22C
Expected Output:
22C
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.