McqMate
Q. |
How many times can a constructor be called during lifetime of the object? |
A. | As many times as we call it. |
B. | Only once. |
C. | Any number of times before the object gets garbage collected. |
D. | Any number of times before the object is deleted. |
Answer» B. Only once. |
View all MCQs in
DotNet TechnologyNo comments yet