Suppose you declare an object as Book myJournal;. Before you store data in myJournal, you _________________.
a. also must explicitly allocate memory for it
b. need not explicitly allocate memory for it
c. must explicitly allocate memory for it only if it has a constructor
d. cannot explicitly declare memory for it