Computer Science - Object Oriented Programming Using C++

6.
The prototype for a derived class constructor may include arguments for
data members of the derived class
data members of the base class
both (a) and (b)
neither (a) nor (b)
Answer: Option
Explanation:
No answer description is available. Let's discuss.

7.
Overloading involves writing two or more functions with ________
different names and different argument lists
different names and the same argument list
the same name and different argument lists
the same name and the same argument list
Answer: Option
Explanation:
No answer description is available. Let's discuss.

8.
You___________overload function templates
may, as long as each version has the same arguments
may, as long as each version has different arguments
must
must not
Answer: Option
Explanation:
No answer description is available. Let's discuss.

9.
You typically initialize Character variables to _____
a space enclosed in double quotes
a space enclosed in single quotes
the letter O
the number 0
the value false
Answer: Option
Explanation:
No answer description is available. Let's discuss.

10.
One way pointers are useful is to refer to a memory address that has no _____
name
constant
location
field
Answer: Option
Explanation:
No answer description is available. Let's discuss.