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 iostream in c++ used for?
What is called array?
What are the vectors in c++?
What's the hardest coding language?
Do you know what is overriding?
Explain Text Manipulation Routines?
Can we use clrscr in c++?
Is c++ double?
Explain stack unwinding.
How do you establish a has-a relationship?
Can I learn c++ without c?
What is the purpose of extern storage specifier?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
What is meant by entry controlled loop? What all C++ loops are exit controlled?