Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/The-Ultimate-Python-Course
/ 02_multiple_inheritance.py
File
02_multiple_inheritance.py
Chapter 11/02_multiple_inheritance.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Employee:
2
company =
"ITC"
3
name =
"Default name"
4
def
show(self):
Callers
nothing calls this directly
Calls
5
printLanguages
Method · 0.80
Employee
Class · 0.70
Programmer
Class · 0.70
show
Method · 0.45
showLanguage
Method · 0.45
Tested by
no test coverage detected