7.A program to demonstrate how to perform the function overloading using a function template. The function templates are defined as the member functions of a class.
8.A program to demonstrate how to define and declare a class template with default constructor.
9.A program to demonstrate how to define and declare a class template with a constructor and a member function.