1.

Which is the most significant feature that arises by using template classes?(a) Code readability(b) Ease in coding(c) Code reusability(d) Modularity in codeI had been asked this question in an online quiz.The above asked question is from Template Class in section Classes of Object Oriented Programming

Answer»

Correct choice is (c) Code REUSABILITY

Explanation: The code reusability is the feature that becomes more powerful with the USE of template CLASSES. You can generate a single code that can be used in variety of PROGRAMMING SITUATIONS.



Discussion

No Comment Found

Related InterviewSolutions