When we write a class template the first line must be:

(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()

Related Posts 👇

  • Choose the correct statement:

    (A) step wise refinement uses top down methodology
    (B) step wise refinement uses bottom down methodology
    (C) use of library routines facilitate bottom up methodology
    (D) both a and c above

  • FORTRON does not permit recurision because:

    (A) it uses stating allocation for storing variables
    (B) it uses dynamic allocation for storing variables
    (C) stacks are not available in all machines
    (D) it is not possible to implement recursion in all machines

Leave a Reply

Your email address will not be published. Required fields are marked *