โ Back to Classes
Question 35
Simple Destructor
Simple Destructor
Create a class Logger with a constructor that prints "Created" and a destructor that prints "Destroyed". Do NOT write a main function.
Expected Output:
Created Destroyed
Topics:
Classes
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.