Дано определение класса в С++. Укажите свойства и методы, доступные внешним функциям:class monstr {int health, armo;monstr(int he, int arm);public:monstr(int he=50, int arm=10);int color;}
- health, armo monstr(int he, int arm); monstr(int he=50, int arm=10);
- health, armo, color monstr(int he=50, int arm=10);
- int color; monstr(int he, int arm);
- int color; monstr(int he=50, int arm=10);
Для просмотра статистики ответов нужно
войти.