Computer Science, asked by kaurpushpinder5488, 11 months ago

What Is Pure Virtual Function In C++

Answers

Answered by tajminayesmina
0

Answer:

A pure virtual function (or abstract function) in C++ is a virtual function for which we don't have implementation, we only declare it. A pure virtual function is declared by assigning 0 in declaration.

Similar questions