[MECpp]Item-33 Make Non-Leaf Classes Abstract
· β 7 min read
The general rule: non-leaf classes should be abstract. This will yields dividends in the form of increased reliability, robustness, comprehensibility, and extensibility throughout our software.