Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Computer Science
»
Object Oriented Programming Using C++
If you create an instantiation of a class template with an int, and then create a second instantiation with a double, then
you must precede each function call with the word int or double
once a function is used as one type, it becomes unavailable for use with the other type
there is no difference in the procedure to call a member function
you cannot perform this operation in C++
Correct Answer:
you must precede each function call with the word int or double
← Previous Question
Next Question→
More Questions from
Object Oriented Programming Using C++
The best form of coupling is _____
Sending a copy of data to a program module is called _______
Which of the following are valid characters for a numeric literal constant?
Which of the following is(are) invalid string constant(s)?
C++ allows you to define the same functions more than once in the same program _____
Overloaded functions are required to
Which of the following statements allows the user to enter data at the keyboard?
To enter a comment in a C++ program, you begin the comment with _____
A function that returns no values to the program that calls it is _____
Evaluate the following expression: 3 >6&&7>4
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments