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)
-
- they contain no code
- 10 years agoHelpfull: Yes(0) No(0)
- b) they contain no code
- 10 years agoHelpfull: Yes(0) No(0)
- both of these ..as it is only virtual if its content will be called by the derive class object or members
- 9 years agoHelpfull: Yes(0) No(0)
C++ Other Question