Create a C++ class called MyContainer that can store one element of any type and has just one member function called increase, which increases its value. However, when it stores an element of type char, it would be more convenient to have a completely different implementation with a function member called uppercase. Declare a class template specialization for that type.