I have an object which has numerous properties in it. Now I want to access certain properties. For example, object is Car. Car has further properties which are actually objects, for example doors, wheels. Now there can be three, four or five or may be more doors in a car.
Now I want to get a list of object which are doors. Is it possible.