

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements are correct? A struct can contain properties. A struct can contain constructors. A struct can contain protected data members. A struct cannot contain methods. A struct cannot contain constants. |
A. | 1, 2 |
B. | 3, 4 |
C. | 1, 2, 4 |
D. | 3, 5 |
Answer» B. 3, 4 | |