What do you mean by pure virtual functions in C++? Give an example?
A pure virtual function is a virtual function in C++ for which we need not to write any function definition and only we have to declare it. It is declared by assigning 0 in the declaration. An abstract class is a class in C++ which have at least one pure virtual function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is c++ called oops?
What is a multiset c++?
Which ide is best for c++?
Define 'std'.
In a function declaration what does extern means?
What is "map" in STL?
Explain linked list using c++ with an example?
Why is null pointer used?
Mention the storage classes in c++.
What is the difference between public, private, and protected access?
Do you know the problem with overriding functions?
Can manipulators fall in love?