The following example works but nothing is constant.
bPtrs[] is an array of pointers to BClass objects.
How to make bPtrs[] constant and the BClass objects constant?
I want both: a constant object made up of constant members.
None of the data in AClass nor BClass will change.
AClass object will always contain the same BClass objects.