C++ (Qt)class EllipseOrRectangle : Figure{public: EllipseOrRectangle(что-то, bool figure) { if (figure) Ellipse(что-то); else Rectangle(что-то); }}
EllipseOrRectangle
C++ (Qt)bool QObject::setProperty ( const char * name, const QVariant & value );QVariant QObject::property ( const char * name ) const;