What is a pure virtual function in a computer program?

      

What is a pure virtual function in a computer program?

  

Answers


Davis
A pure virtual function is one that contains no definition relative to the base class.
Githiari answered the question on February 5, 2018 at 10:20


Next: How does virtual function help achieve run-time polymorphism in a computer program?
Previous: Distinguish between an abstract and polymorphic classes.

View More Computer Studies Questions and Answers | Return to Questions Index


Exams With Marking Schemes

Related Questions