If Template Class Is Defined Is It Necessary To Use Different #418
If template class is defined, is it necessary to use different types of data for each call?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 OOps Classes - Object Oriented Programming MCQ: Template Class - Quiz No.2.
If template class is defined, is it necessary to use different types of data for each call?
No, not necessary
No, but at least two types must be there
Yes, to make proper use of template
Yes, for code efficiency