MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-Python-Course / Programmer

Class Programmer

Chapter 11/01_inheritance.py:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16class Programmer(Employee):
17 company = "ITC Infotech"
18 def showLanguage(self):
19 print(f"The name is {self.name} and he is good with {self.language} language")
20
21
22a = Employee()

Callers 1

01_inheritance.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected