InterviewSolution
Saved Bookmarks
| 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 |
|