Sunday, 28 April 2013

If we inherit a class do the private variables also get inherited ? | C#.Net Interview Questions

Yes, the variables are inherited but can not be accessed directly by the class interface.

No comments: