Vidyalelo
C++ Programming · Q763

C++ miscellaneous

Programming · C++ Programming · question 763

Q763

Which is the correct statement about pure virtual functions?

A.
They should be defined inside a base class
B.
Pure keyword should be used to declare a pure virtual function
C.
Pure virtual function is implemented in derived classes
Answer
D.
Pure virtual function cannot implemented in derived classes

Answer: Option C

Solution

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