Discussion :: C++ - MCQs
- How many bits of memory needed for internal representation of class?
Answer : Option D
Explanation :
classes that contain only type members, nonvirtual function members, and static data members do not require memory at run time.
Be The First To Comment