Vidyalelo
Computer Science · Q45

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 45

Q45

C++ allows you to define the same functions more than once in the same program _____

A.
if the definitions are identical
B.
if the definitions are included in two separate #include files
C.
if the definitions are located in a single #include file that is included more than once
D.
C++ does not allow you to define the same functions more than once in the same program
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board