InterviewSolution
Saved Bookmarks
| 1. |
Can A Source File Contain More Than One Class Declaration? |
|
Answer» YES a single source FILE can contain any number of Class declarations but only one of the class can be DECLARED as public. Yes a single source file can contain any number of Class declarations but only one of the class can be declared as public. |
|