InterviewSolution
Saved Bookmarks
| 1. |
Can A Class Be Declared As Protected? |
|
Answer» A CLASS can't be DECLARED as PROTECTED. only METHODS can be declared as protected. A class can't be declared as protected. only methods can be declared as protected. |
|