MCQOPTIONS
Saved Bookmarks
| 1. |
A class Stockltems has four data members and three function members. You define 50 objects as members of the class. Which is true? |
| A. | Only one copy of each of the tnree functions exists |
| B. | Only one copy of each of the four data members exists |
| C. | Both (a) and (b) are true |
| D. | Neither (a) nor (b) is true |
| Answer» B. Only one copy of each of the four data members exists | |