

MCQOPTIONS
Saved Bookmarks
1. |
When is the memory allocated for an object? |
A. | At declaration of object |
B. | At compile time |
C. | When object constructor is called |
D. | When object is initialized to another object |
Answer» D. When object is initialized to another object | |