I'm trying to figure out the "right" way of doing this. I have a class cell, which contains instances of another class reg. When I create an object of class cell, I want to initialize the reg objects within it. What's the preferred way of doing this?