Browsing Tag
pure virtual function
3 posts
A virtual function that has no definition within the base class is called ?
Answer : A. Pure virtual function
What is pure virtual function in C++ ?
Answer : A virtual function will become pure virtual function…
