Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Person
Class · 0.85
Employee
Class · 0.85
getName
Method · 0.80
isEmployee
Method · 0.45
Tested by
no test coverage detected