Strange behaviour when variable is re-declared in the extended class

In reply to dave_59:

Hi All,

Thanks for your response.
I am seeing yet another result when constraint block name in child class is renamed as 'c1".
Following is the result:
c1.color = 65 p1.color = 1370007103 c2.color = 65

I am unable to get how p1.color is getting a random value?

Regards,
Abhishek