InterviewSolution
Saved Bookmarks
| 1. |
Can You Inherit Private Members Of A Class? |
|
Answer» No, we cannot INHERIT PRIVATE MEMBERS of a CLASS because private members are accessible only to that class and not OUTSIDE that class. No, we cannot inherit private members of a class because private members are accessible only to that class and not outside that class. |
|