MCPcopy Create free account
hub / github.com/geekcomputers/Python / Employee

Class Employee

inheritance_YahV1729.py:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21# Inherited or Sub class (Note Person in bracket)
22class Employee(Person):
23 # Here we return true
24 def isEmployee(self):
25 return True
26
27
28# Driver code

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected