a[0] = 10
a[1] = 20
a[2] = 30
In constructor this.Arr[0]
= 5
In constructor Names[0] = Jack
In constructor this.Arr[1]
= 6
In constructor Names[1] = Jimmie
In constructor this.Arr[2]
= 7
In constructor Names[2] = John
MyObj.Arr[0] = 5
MyObj.Arr[1] = 6
MyObj.Arr[2] = 7