Will the following code fragment compile?
class fullEmpty { };
class iClass: fullEmpty {
public:
    int iPublicVariable;
private:
    float iPrivateVariable;
protected:
    int iProtectedVariable;
public:
    double iPublicVariableToo;
};

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты