Home » C++ Programming » Templates » Question
  1. How many bits of memory needed for internal representation of class?
    1. no memory needed
    2. 4
    3. 2
    4. 1
    5. None of these
Correct Option: A

classes that contain only type members, nonvirtual function members, and static data members do not require memory at run time.



Your comments will be displayed only after manual approval.