For a long time I automatically created abstract
methods for things I wanted to see in all my (data) objects but recently I switched quite a few to virtual
, let me show why.
For a long time I automatically created abstract
methods for things I wanted to see in all my (data) objects but recently I switched quite a few to virtual
, let me show why.