Esempio n. 1
0
const std::string& Motorcycle::getName() const{
    return getCylinder();
}
BaseExtent * CylinderExtent::clone ( void ) const
{
    return new CylinderExtent( getCylinder() );
}