updateProxy method
void
updateProxy()
Update the proxy of the shape.
Implementation
void updateProxy(){
printError("Shape Proxy", "Inheritance error.");
}
Update the proxy of the shape.
void updateProxy(){
printError("Shape Proxy", "Inheritance error.");
}