A Admin • 802.91K Points Coach Report Q. Which of the following is the correct syntax for defining a pure virtual function in C++? (A) virtual void show() = 0; (B) void show() = 0; (C) virtual void show(); (D) abstract void show(); Correct Answer - Option(A) Views: 4 Filed under category C++ Hashtags: Share Manage Tags
Discusssion
Login to discuss.