InterviewSolution
Saved Bookmarks
| 1. |
Can A Class Be Declared As Static? |
|
Answer» No a CLASS cannot be DEFINED as static. Only a method,a VARIABLE or a BLOCK of code can be declared as static. No a class cannot be defined as static. Only a method,a variable or a block of code can be declared as static. |
|