InterviewSolution
Saved Bookmarks
| 1. |
If I Don't Specify Either Public Or Private Sections In A Class, What Is The Default? |
|
Answer» In a CLASS, all MEMBERS are private by default if neither public nor private SECTIONS are DECLARED. In a class, all members are private by default if neither public nor private sections are declared. |
|