InterviewSolution
Saved Bookmarks
| 1. |
can we inherit private class level variables in c# |
|
Answer» Yes we can do this but we cannot ACCESS them. Although they are not VISIBLE or ACCESSIBLE. But with help of class INTERFACE they are INHERITED. |
|