MCPcopy Create free account
hub / github.com/BruceEckel/OnJava8-Examples / Cat

Class Cat

staticchecking/PetSpeak.py:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 def speak(self): pass
9
10class Cat(Pet):
11 def speak(self):
12 print("meow!")
13
14class Dog(Pet):
15 def speak(self):

Callers 1

PetSpeak.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected