info@avatto.com
+91-9920808017
81. A constructor may be ............ ..
provided automatically by C++
written by you
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
82. Overloading involves writing two or more function with
different names and different argument lists
different names and the same argument list
the same name and different argument list.
the same name and the same argument list.
83. In C++, class definitions are most often
stored with each program that uses them
stored in a header file that is included in the programs that use them
stored in a folder that you paste into every new project
retyped for every new project
84. Many programmers separate a class into two files:
one for the declarations and one for the implementations
one for the void functions and one for the other functions.
one for the public data and one for the private data
one for the primary functions and one for the auxiliary functions
85. C++ allows you to define the same functions more than once in the same program
if the definitions are identical
if the definitions are included in two separate #include files
if the definitions are located in a single #include file that is included more than once
C++ does not allow you to define the same functions more than once in the same program
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