โ Back to Classes
Question 430
Product Property Class
Product Property Class
Create a classProductthat exposes two auto-implemented properties: astringnamedNameand adoublenamedPrice, both with public get and set. The tester sets them and prints a summary. Do not write aMainmethod. After settingNametoPenandPriceto1.5, the program prints: Pen costs $1.5
Expected Output:
Pen costs $1.5
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.