A
Q. Which of the following is true about pure virtual functions?
1) Their implementation is not provided in a class where they are declared.
2) If a class has a pure virtual function, then the class becomes abstract
class and an instance of this class cannot be created.
- Correct Answer - Option(B)
- Views: 15
- Filed under category C++
- Hashtags:
Discusssion
Login to discuss.