Click here to Skip to main content
15,899,679 members
Articles / Programming Languages / C#

Accessing the Private Variables of Base Class from Derive Class

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#.
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.