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

Class Manager

Chapter 11/03_multilevel_inheritance.py:7–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 b = 2
6
7class Manager(Programmer):
8 c = 3
9
10o = Employee()
11print(o.a) # Prints the a attribute

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected