MCPcopy Create free account
hub / github.com/geekcomputers/Python / inheritance_YahV1729.py

File inheritance_YahV1729.py

inheritance_YahV1729.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# A Python program to demonstrate inheritance
2
3# Base or Super class. Note object in bracket.
4# (Generally, object is made ancestor of all classes)

Callers

nothing calls this directly

Calls 4

PersonClass · 0.85
EmployeeClass · 0.85
getNameMethod · 0.80
isEmployeeMethod · 0.45

Tested by

no test coverage detected