What is pure virtual function? Or what is abstract class?
No Answer is Posted For this Question
Be the First to Post Answer
What is c++ prototype?
Why is "using namespace std;" considered bad practice?
Explain virtual class?
What are the benefits of pointers?
How do you know that your class needs a virtual destructor?
What does n mean in c++?
What is the arrow operator in c++?
what is the difference between overloading & overriding? give example.
What is size_type?
What is c++ mutable?
How do you remove an element from a set in c++?
What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }