This is the seventh of ten introductory modules on Object-Oriented Programming (OOP) in C++.
Core concepts explored in this module include:
- Typecasting / Casting operators
- Static cast
- Dynamic cast
- Reinterpret cast
- Serialization basics
- Type safety considerations
OBS.: ScalarConverter (ex00) could have been more elegantly implemented with the use of templates, explored in a later module; and setprecision(n)