Shape circle = new Shape(); Share circle1 = circle; circle = null?what will be the value of circle1?
Vijayashankar Palanichamy
Select an image from your device to upload
It returns some type coversion error sayign can’t convert Shape to Share when you write “Share circle1 = circle;”