Join Slack
Powered by
Hi, whats the alternative to inheritance hierarchy...
# getting-started
u
ursus
05/18/2018, 7:44 PM
Hi, whats the alternative to inheritance hierarchy of Pojos? I.e Resource -> Book -> RenderedBook etc, sharing fields .. since data classes cannot be inherited, should I manually construct it from open classes, and add hashcode equals?
Open in Slack
Previous
Next