Q. Which is the correct syntax of defining a pure virtual function?
β
Correct Answer: (B)
virtual return_type func() = 0;
You must be Logged in to update hint/solution