info@avatto.com
+91-9920808017
66. A default constructor
takes no arguments
has default values for all its arguments
either (a) or (b)
none of these
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
67. If you want to override constructor default value for an object you are instantiating, you must also override
all other parameters to that constructor
all parameters to the left of the value
all parameters to the right of that value
not other parameters to that constructor.
68. If you omit any constructor argument when you instantiate an object, you must use default values
for all parameters to the constructor
for all parameters to the right of the argument
for all parameters to the left of the argument
for no other parameters.
69. In a class specifier, data or functions designated private are accessible
to any function in the program
only if you know the password
to member functions of that class
only to public members of the class.
70. A constructor initialization list is preceded by
a semicolon
a colon
two colons
a space
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