info@avatto.com
+91-9920808017
56. The keyword virtual indicates that
a derived class has public access to a base class
more than one base class exists
a base class should be used only once in inheritance
a derived class should have more than one base class constructed
Your email address will not be published. Required fields are marked *
Report
Name
Email
Website
Save my name, email, and website in this browser for the next time I comment.
Comment
57. A class's inherited access is overrided to make an individual member's access, more
liberal
conservative
either (a) or (b)
none of these
58. The class specifier for
public members
public and protected members
any specific class members you choose
no class members
59. If class P is a parent to child class C, and C inherits with public access, P's function F() can be made private with which statements?
Private:: P ::F();
private: P::F;
private : C :: F();
private : C :: F;
60. Reference variables and const class members
must be assigned values in any derived class
must never be initialized in a base class
must be initialized, rather than assigned values
must not exist if a class is to be a base class.
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