InterviewSolution
Saved Bookmarks
| 1. |
Interfaces Are Abstract And Public By Default. True Or False? |
|
Answer» FALSE. INTERFACES are ABSTRACT by DEFAULT but not PUBLIC. False. Interfaces are abstract by default but not public. |
|