C++
Programming and Technical
If two functions within the same class have the
same name what happens?
a) Either one will be called depending on the parameters.
b) Nether function will be called. This is dead
code and a very dicult problem to debug.
c) Both functions will be called in order.
d) The base class function of the same name will be
called
Read Solution (Total 2)
-
- methode overloading depends on arguments it will process [A]
- 8 years agoHelpfull: Yes(0) No(0)
- a) Either one will be called depending on the parameters.
- 6 years agoHelpfull: Yes(0) No(0)
C++ Other Question