C++ Programming Question: Download C++ Programming PDF

What is pure virtual function?

Tweet Share WhatsApp

Answer:

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

Download C++ Programming PDF Read All 120 C++ Programming Questions
Previous QuestionNext Question
What is Boyce Codd Normal form?Write a Struct Time where integer m, h, s are its members