info@avatto.com
+91-9920808017
16. Which of the following are good reasons to use an object-oriented language?
You can define your own data types
Program statements are simpler than in procedural languages
An OO program can be taught to correct its own errors
It is easier to conceptualize an OO program.
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
17. A normal C++ operator that acts in special ways on newly defined data types is called
glorified
encapsulated
classified
overloaded
18. When two types are used in a function template and One is labelled T, the other
must also be named T
must be named U
can be any legal C++ identifier
it is illegal to have two types.
19. Compiler determines the type used in a template function via
name of the function
first variable declared within the function
type of argument passed to the function
type of the value turned from the function.
20. You can place function templates
at the end of main ()
at the start of a program above main ()
in two files,one for the definition and one for the function
all of these
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