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

Class Programmer

Chapter 11/03_multilevel_inheritance.py:4–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2 a = 1
3
4class Programmer(Employee):
5 b = 2
6
7class Manager(Programmer):
8 c = 3

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected