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.



Discussion

No Comment Found