C++ Programmer Question: Download C++ Programmer PDF

Tell me does an abstract class in C++ need to hold all pure virtual functions?

Tweet Share WhatsApp

Answer:

Not necessarily, a class having at least one pure virtual function is abstract class too.

Download C++ Programmer PDF Read All 59 C++ Programmer Questions
Previous QuestionNext Question
Explain what is inheritance?Tell me what is difference between C and C++?