Write a static class ScalarConverter that will contain a method "convert" takes as parameter a string representation of a C++ literal in its most common form. This literal must belong to one of the following a scalar types: • char • int • float • double
Implement a static class Serializer
Implement a Base class that has a public virtual destructor only. Create three empty classes A, B and C, that publicly inherit from Base.