You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file 03_inheritance_dataclasses.py is named and commented as if it demonstrates inheritance with dataclasses. However, both Person and Student are defined as standalone dataclasses without any inheritance relationship.
If the goal was to show inheritance in dataclasses, Student could inherit from Person to make the example more accurate and aligned with the filename and comments.