

MCQOPTIONS
Saved Bookmarks
1. |
When struct is used instead of the keyword class means, what will happen in the program? |
A. | access is protected by default |
B. | access is public by default |
C. | access is private by default |
D. | All of above |
E. | None of these |
Answer» C. access is private by default | |