Is there a way to give Variables Subvariables? e.g. dataobject.animals.horse.width ?
I was thinking about inheriting classes e.g. horse_class is inherited by animal_class with the variable width but then you would access it
dataobject.width
and that is not what i am looking for. Is there a way to do this? Thx friends.
What you're describing (I think) you can achieve with run-of-the-mill OO coding.