Answers

Question and Answer:

  Home  C++ Programming

⟩ What is pure virtual function?

A class is made abstract by declaring one or more of its virtual functions to be pure. A pure virtual function is one with an initializer of = 0 in its declaration

 188 views

More Questions for you: