C
Cyril Gupta
Hello,
I have a class inside another class. The Scenario is like Car->Engine, where
Car is a class with a set of properties and methods and Engine is another
class inside it with its own set of properties.
I want to know if there is a way to access the methods and the properties of
the Owner class for the class that's inside it? I.e. I want to find out
within Engine what make the Car is which is exposed by the property
Car.Model.
Is there any way I can do that?
Thanks for reading.
Cheers
Cyril Gupta
I have a class inside another class. The Scenario is like Car->Engine, where
Car is a class with a set of properties and methods and Engine is another
class inside it with its own set of properties.
I want to know if there is a way to access the methods and the properties of
the Owner class for the class that's inside it? I.e. I want to find out
within Engine what make the Car is which is exposed by the property
Car.Model.
Is there any way I can do that?

Cheers
Cyril Gupta