Click here to Skip to main content
15,867,785 members
Articles / Programming Languages / C#

Accessing the Private Variables of Base Class from Derive Class

11 Sep 2016CPOL 2.9K   1  
The main purpose of writing this article is to aware the audience about the internal architecture of object of a class.What happens internally in terms of memory when derive class creates the object,How to access each and every fields of derive class's object using pointer in C#.
This is an old version of the currently published article.

We're sorry, but the article you are trying to view was deleted at 12 Sep 2016.

Please go to the C# Table of Contents to view the list of available articles in this section.