In a class only declaration of the function is there but
defintion is not there then what is that function?
Answer Posted / bharat
If a function does't have definition is a pure virtual
function . The class which have the pure virtual function is
called as Abstract Class or Interface.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is size_type?
what do you mean by volatile variable?
Differentiate between a template class and class template in c++?
What are structs in c++?
What is c++ array?
What is meaning of in c++?
What is a character in c++?
What is == in programming?
What is using namespace std in c++?
How much do coding jobs pay?
What is the benefit of c++?
What are the benefits of c++?
When is the copy constructor called?
What is a storage class?
State two differences between C and C++.