kotlin-by-example
kotlin-by-example copied to clipboard
Removed redundant member variables from 03_Sealed Classes.md
Removed redundant member variables - catName and humanName and replaced them with arguments to avoid having 2 member variables (catName, name) containing the same data value twice.