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
You don't explain override, but you use it as if it were a keyword in the title. There is an exercise called "overriding" but that doesn't imply that we should use the keyword.
You're defining classes within the object Message, but don't really explain why you would do that instead of just defining them outside of the object. It doesn't seem to affect anything when you define the case classes outside of the object.
The text was updated successfully, but these errors were encountered:
object-oriented-programming/abstract-and-sealed-classes#abstract-methods-and-override
The text was updated successfully, but these errors were encountered: