✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Який доступ буде у об’єкта objB до даних a класу classA
class classA{
protected:
int a1;
public:
int a2;
private:
int a3;};
class classB : private classA{};
int main() {
classB objB; ...}Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!