Home » C++ Programming » OOPS Concepts

Which one of the following is the correct way to declare a pure virtual function?

Correct Answer: virtual void Display(void) = 0;

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion