โ Back to Classes
Question 207
Dog Class
Dog Class
Create a classDogwith a constructor that takes a name (stored in a publicNamefield) and aSpeak()method that returns "Woof". Do NOT write a Main method. For a Dog named Rex the program prints 'Rex says Woof'.
Expected Output:
Rex says Woof
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.