โ Back to Classes
Question 443
Constructor Overloading Class
Constructor Overloading Class
Create a classNotewith a private string fieldtext. Provide TWO constructors: a no-argument one that setstexttoHello, and one that takes a string and stores it. ARead()method returnstext. Do not write aMainmethod. Reading a default note then a note built fromByeprints: Hello Bye
Expected Output:
Hello Bye
Topics:
Classes
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.