InterviewSolution
Saved Bookmarks
| 1. |
Are Private Class-level Variables Inherited? |
|
Answer» YES, but they are not ACCESSIBLE. Although they are not visible or accessible VIA the class interface, they are inherited. Yes, but they are not accessible. Although they are not visible or accessible via the class interface, they are inherited. |
|