MCPcopy 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

1class Employee:
2 company = "ITC"
3 name = "Default name"
4 def show(self):

Callers

nothing calls this directly

Calls 5

printLanguagesMethod · 0.80
EmployeeClass · 0.70
ProgrammerClass · 0.70
showMethod · 0.45
showLanguageMethod · 0.45

Tested by

no test coverage detected