Looking for Об'єктно-орієнтоване програмування (+курсовий проект) test answers and solutions? Browse our comprehensive collection of verified answers for Об'єктно-орієнтоване програмування (+курсовий проект) at moodle.zp.edu.ua.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
Оберіть всі вірні визначення
Яке значення буде виведене
class base{
int a;
float b;
};
class derived:public base{
int b1;
float b[6];
};
int main()
{
derived obj;
cout<<sizeof(obj);
return 0;
}
До стандартного потоку помилок з повною буферизацією відносять
Вкажіть специфікатори доступу для даних об'єкту класу
Конструктор можна перевантажувати