Parent and child class relationship problem
Posted: Thu Apr 17, 2008 12:06 am
Hi guys. I'm a new member of this forum, and seems to me that it si quite promising.
Now, this would be my first post, and I'd like to share a bit of a problem.
Here's the situation...
I have two classes , one is a parent class, and the other is a child that extends to it. Now both classes have private memebers that are accessed via properties. Now, what I want to do is to iterate through the object, from the child class, and be able to get the members of the parent class too. How can I do this?
Now, this would be my first post, and I'd like to share a bit of a problem.
Here's the situation...
I have two classes , one is a parent class, and the other is a child that extends to it. Now both classes have private memebers that are accessed via properties. Now, what I want to do is to iterate through the object, from the child class, and be able to get the members of the parent class too. How can I do this?