MCPcopy 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

1class Employee:
2 a = 1
3
4class Programmer(Employee):
5 b = 2

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected