info@avatto.com
+91-9920808017
0. Class A
{
int i1;
protected :
int i2;
public :
int i3;
}
class B : public A
int i4;
};
class C :B
Which variable(s) is/are accessible from the main function?
i1
i2
i3
None of the above
You must be logged in to post a comment.
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login
You must be logged in to post a comment.