InterviewSolution
Saved Bookmarks
| 1. |
Classes And Structs Can Be Declared As Static, Is This Statement True Or False? |
|
Answer» FALSE, only CLASSES can be DECLARED as STATIC and not STRUCTS. False, only classes can be declared as static and not structs. |
|