Q. Which one of the following is the correct way to declare a pure virtual function?
β
Correct Answer: (B)
virtual void Display(void) = 0;
You must be Logged in to update hint/solution