Vidyalelo
C++ Programming · Q37

Polymorphism in C++

Programming · C++ Programming · question 37

Q37

In C++, can you overload the return type of a function?

A.
Yes
B.
No
Answer
C.
Only if the function is virtual
D.
Only if the function is static

Answer: Option B

Solution

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