Hi, whats the alternative to inheritance hierarchy...
# getting-started
u
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?