Which of the following is used to define a pure virtual function in C++?

Explanation:

Pure virtual functions are declared with = 0.

Explore more in Computer Science: