🌐https://www.rivu.dev/
youtube.com/@rivutalks
@rivuchakraborty
@
[email protected]
What Does it
Mean?
🌐https://www.rivu.dev/
youtube.com/@rivutalks
@rivuchakraborty
@
[email protected]
Same Example. You have chat
app. You only had text chat
till now, you’re adding support
for various other types of
messages.
Instead of creating enum/flags.
You decided to extend the
existing Message class.
Is it following Liskov Substitution?