InterviewSolution
Saved Bookmarks
| 1. |
Which among the following is the proper syntax for the template class?(a) template ;(b) Template ;(c) template T named(T x, T y){}(d) Template T1 named(T1 x, T2 y){}I have been asked this question by my school teacher while I was bunking the class.This key question is from Template Class topic in chapter Classes of Object Oriented Programming |
|
Answer» Correct option is (C) TEMPLATE |
|