C++ Programming and Technical Programming Program

Which statement is true of "pure virtual" functions?
a) They force you to derive another class from the
base class which contains the function.
b) They contain no code.
c) Neither of these
d) Both of these

Read Solution (Total 3)

C++ Other Question

In C++ what does the operator over loading
means.
a) Giving new meaning to existing C++ operators
b) Defining functionality of existing􀀁 C++ operator
for user define objects.
c) Defining new operators.
Consider the assignment statement a=b; (with
the variable declarations in the previous question).
Which answer is true?
a) The assignment statement is illegal.
b) The assignment statement activates the A
assignment operator.
c) The assignment statement activates the B
assignment operator.
d) The assignment statement activates both A and
B assignment operators