Problem 21
Describe the relationship between class templates and inheritance. Suppose that a class template has the header template \(<\) typename \(T>\) class \(C t 1\)
Problem 23
Suppose that class template Employee has a static data member count. Suppose that three class-template specializations are instantiated from the class template. How many copies of the static data member will exist? How will the use of each be constrained (if at all)?