in const with addr: 0x22ff40
in derived with addr: 0x22ff40
in derivd dist addr: 0x22ff40
in dist with addr: 0x22ff40
in dist with addr: 0x22ff50
Now my understanding of private inheritance is that all the public members will be private for inherited class if this is happening how is it am able to create object of derived class because the constructor of base class will be in private for private derived class Dprivt...