Object Oriented Programming - Old Questions
Question Answer Details
10. What do you mean by a class template in C++? Write a program in C++ containing a function template that determines the greater number between two integer inputs and two floating-point inputs. [5]
Answer
AI Generated Answer
AI is thinking...