Concept Flow - Class attributes
Define Class with Class Attribute
Create Instance 1
→Access Class Attribute
Create Instance 2
→Access Class Attribute
Modify Class Attribute via Class
All Instances See Updated Value
Class attributes are shared by all instances of a class. Changing them via the class affects all instances.