Answers

Question and Answer:

  Home  C++ Programmer

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

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

 272 views

More Questions for you: