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

Class Employee

Chapter 11/01_inheritance.py:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Employee:
2 company = "ITC"
3 def show(self):
4 print(f"The name of the Employee is {self.name} and the salary is {self.salary}")
5
6
7# class Programmer:

Callers 1

01_inheritance.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected