CJCoding With Joseph
15per day

Dog Class

Create a class Dog with a constructor that takes a name (stored in a public Name field) and a Speak() 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.