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