When we write a class template the first line must be-04085
When we write a class template the first line must be:
This multiple choice question (MCQ) is related to the book/course vu cs304 Object Oriented Programming. It can also be found in vu cs304 Final Term - Quiz No.11.
When we write a class template the first line must be:
template < class class_name>
template < class data_type>
templete< class T ><div>Here T can be replaced with any name but it is preferable</div>
class class-name()class template<class_name></class_name>