Home / CSE MCQs / C++ - MCQs :: Discussion

Discussion :: C++ - MCQs

  1. How many bits of memory needed for internal representation of class?
  2. A.
    1
    B.
    2
    C.
    4
    D.
    no memory needed

    View Answer

    Workspace

    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