Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/The-Ultimate-Python-Course
/ 03_multilevel_inheritance.py
File
03_multilevel_inheritance.py
Chapter 11/03_multilevel_inheritance.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Employee:
2
a = 1
3
4
class
Programmer(Employee):
Callers
nothing calls this directly
Calls
3
Employee
Class · 0.70
Programmer
Class · 0.70
Manager
Class · 0.70
Tested by
no test coverage detected