Vidyalelo
C++ Programming · Q133

Classes and Objects in C++

Programming · C++ Programming · question 133

Q133

Pick out the correct statement.

A.
virtual functions does not give the ability to write a templated function
Answer
B.
virtual functions does not give the ability to rewrite a templated function
C.
virtual functions does give the ability to write a templated function
D.
virtual functions does not give the ability to rewrite a simple function

Answer: Option A

Solution

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