(A) template < class class_type>
(B) template < class data_type>
(C) template < class T >, Here T can be replaced with any name but it is preferable.
(D) class class-name()
»Important Links:
Online Test Preparation and Mcqs Website.
(A) template < class class_type>
(B) template < class data_type>
(C) template < class T >, Here T can be replaced with any name but it is preferable.
(D) class class-name()